misapplied rejected patch

From-SVN: r33874
This commit is contained in:
Bruce Korb 2000-05-12 16:03:04 +00:00
parent 27a498c9e6
commit cfc9d1eecc

View File

@ -75,7 +75,7 @@ typedef struct {
#define FIX_PROC_HEAD( fix ) \
static void fix ( filname, text, p_fixd ) \
const char* filname; \
static char* text; \
const char* text; \
tFixDesc* p_fixd;