remove the code for embedding SCCS ID

This code is for UNIXy build, but current UNIXy builds define GCC_WARN,
so this is never used.

(After all, embedding SCCS ID itself is out of date.)
This commit is contained in:
SHIRAKATA Kentaro
2022-10-31 15:57:28 +09:00
parent ad23b4e8e1
commit 79927d70a0

View File

@@ -42,10 +42,6 @@
#define rewind(fp) fseek((fp), 0L, SEEK_SET) /* guarantee a return value */
#endif
#if defined(UNIX) && !defined(LINT) && !defined(GCC_WARN)
static const char SCCS_Id[] UNUSED = "@(#)makedefs.c\t3.7\t2020/01/18";
#endif
/* names of files to be generated */
#define DATE_FILE "date.h"
#define MONST_FILE "pm.h"