From 0323ed4d37fee4f84251a74dce04271160d2d1f1 Mon Sep 17 00:00:00 2001 From: wcohen Date: Tue, 9 May 2006 12:55:56 +0000 Subject: Print out information to make it easier to determine which probe in script associated with timing information. --- parse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'parse.h') diff --git a/parse.h b/parse.h index b9d56152..8648bc52 100644 --- a/parse.h +++ b/parse.h @@ -24,6 +24,7 @@ struct source_loc unsigned column; }; +std::ostream& operator << (std::ostream& o, const source_loc& loc); enum token_type { -- cgit