From 32bff14871bf8f534fcdcdba1d8409430d6c464b Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 1 Sep 2015 21:19:01 +1200 Subject: Conforming to style, switching paramano-set to getopt (finally) --- common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common.h') diff --git a/common.h b/common.h index 24f9dd6..b672e0d 100644 --- a/common.h +++ b/common.h @@ -27,12 +27,12 @@ int get_int_value_from_file(const char* filename); void chomp(char *string); int get_int(const char* string); -// Stringification of line number +/* Stringification of line number */ #define STRING2(x) #x #define STRING(x) STRING2(x) #define STR_LINE STRING(__LINE__) -// +/* */ #define info(...) printf("INFO: "__FILE__":"STR_LINE" --- "__VA_ARGS__) #define FILE_PATH_SIZE 2048 -#endif +#endif /* ifndef COMMON_H */ -- cgit v1.1