Changeset View
Changeset View
Standalone View
Standalone View
usr.bin/lex/initskel.c
Show First 20 Lines • Show All 442 Lines • ▼ Show 20 Lines | const char *skel[] = { | ||||
"#define yyTABLES_NAME ]]M4_YY_PREFIX[[TABLES_NAME", | "#define yyTABLES_NAME ]]M4_YY_PREFIX[[TABLES_NAME", | ||||
"#endif]]", | "#endif]]", | ||||
"", | "", | ||||
"]])", | "]])", | ||||
"", | "", | ||||
"/* First, we deal with platform-specific or compiler-specific issues. */", | "/* First, we deal with platform-specific or compiler-specific issues. */", | ||||
"", | "", | ||||
"#if defined(__FreeBSD__)", | "#if defined(__FreeBSD__)", | ||||
"#ifndef __STDC_LIMIT_MACROS", | |||||
"#define __STDC_LIMIT_MACROS", | |||||
"#endif", | |||||
"#include <sys/cdefs.h>", | "#include <sys/cdefs.h>", | ||||
"#include <stdint.h>", | |||||
"#else", | "#else", | ||||
"#define __dead2", | "#define __dead2", | ||||
"#endif", | "#endif", | ||||
"", | "", | ||||
"/* begin standard C headers. */", | "/* begin standard C headers. */", | ||||
"%if-c-only", | "%if-c-only", | ||||
"#include <stdio.h>", | "#include <stdio.h>", | ||||
"#include <string.h>", | "#include <string.h>", | ||||
▲ Show 20 Lines • Show All 3,624 Lines • Show Last 20 Lines |