diff options
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -177,6 +177,7 @@ ReportBadType(const char *type, const char *field, return False; } +#if 0 int ReportBadIndexType(char *type, char *field, char *name, char *wanted) { @@ -184,6 +185,7 @@ ReportBadIndexType(char *type, char *field, char *name, char *wanted) ACTION("Ignoring assignment to illegal field in %s\n", name); return False; } +#endif int ReportBadField(const char *type, const char *field, const char *name) @@ -193,6 +195,7 @@ ReportBadField(const char *type, const char *field, const char *name) return False; } +#if 0 int ReportMultipleDefs(char *type, char *field, char *name) { @@ -200,6 +203,7 @@ ReportMultipleDefs(char *type, char *field, char *name) ACTION("Using last definition\n"); return False; } +#endif /***====================================================================***/ @@ -228,6 +232,7 @@ UseNewField(unsigned field, return useNew; } +#if 0 static Bool MergeNewField(unsigned field, CommonInfo * oldDefs, CommonInfo * newDefs, unsigned *pCollide) @@ -244,6 +249,7 @@ MergeNewField(unsigned field, } return False; } +#endif XPointer ClearCommonInfo(CommonInfo * cmn) |