# This patch was downloaded from
# http://www.zeroc.com/forums/patches/4445-patch-1-mcpp-2-7-2-a.html .
diff -c -r -N ../mcpp-2.7.2-old/src/internal.H ./src/internal.H
*** ../mcpp-2.7.2-old/src/internal.H 2008-08-27 10:31:16.000000000 -0230
--- ./src/internal.H 2009-05-21 09:49:31.000000000 -0230
extern char identifier[]; /* Lastly scanned name */
extern IFINFO ifstack[]; /* Information of #if nesting */
+ extern FILEINFO * sh_file;
/* Temporary buffer for directive line and macro expansion */
diff -c -r -N ../mcpp-2.7.2-old/src/main.c ./src/main.c
*** ../mcpp-2.7.2-old/src/main.c 2008-11-05 05:04:46.000000000 -0330
--- ./src/main.c 2009-05-21 09:47:50.000000000 -0230
option_flags.trig = TRIGRAPHS_INIT;
option_flags.dig = DIGRAPHS_INIT;
diff -c -r -N ../mcpp-2.7.2-old/src/system.c ./src/system.c
*** ../mcpp-2.7.2-old/src/system.c 2008-11-26 06:23:51.000000000 -0330
--- ./src/system.c 2009-05-21 09:48:50.000000000 -0230
int flag /* Flag to append to the line for GCC */
* else (i.e. 'sharp_file' is NULL) 'infile'.
- static FILEINFO * sh_file;