Displaying 1 result from an estimated 1 matches for "g_extern".
Did you mean:
__extern
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...ain/g_her_glyph.c.dec-cc.patch Mon Feb 7 14:48:10 2000
+++ ./src/main/g_her_glyph.c Mon Feb 7 14:49:40 2000
@@ -118,7 +118,7 @@
/* PAUL MURRELL
sys-defines.h not used
*/
-// #include "sys-defines.h"
+/* #include "sys-defines.h" */
/* PAUL MURRELL
extern.h renamed g_extern.h
--- ./src/main/g_fontdb.c.dec-cc.patch Mon Feb 7 14:48:10 2000
+++ ./src/main/g_fontdb.c Mon Feb 7 14:49:40 2000
@@ -20,7 +20,7 @@
/* PAUL MURRELL
sys-defines.h not used
*/
-// #include "sys-defines.h"
+/* #include "sys-defines.h" */
/* PAUL MURRELL
extern.h re...