summaryrefslogtreecommitdiff
path: root/soltools/cpp/_include.c
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp/_include.c')
-rw-r--r--soltools/cpp/_include.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/soltools/cpp/_include.c b/soltools/cpp/_include.c
index 1ddba80802b6..ba5866db1daf 100644
--- a/soltools/cpp/_include.c
+++ b/soltools/cpp/_include.c
@@ -149,7 +149,7 @@ syntax:
void
genline(void)
{
- static Token ta = {UNCLASS, 0, 0, 0, NULL, 0};
+ static Token ta = {UNCLASS, 0, 0, NULL, 0};
static Tokenrow tr = {&ta, &ta, &ta + 1, 1};
uchar *p;
@@ -181,7 +181,7 @@ void
void
genimport(char *fname, int angled, char *iname, int import)
{
- static Token ta = {UNCLASS, 0, 0, 0, NULL, 0};
+ static Token ta = {UNCLASS, 0, 0, NULL, 0};
static Tokenrow tr = {&ta, &ta, &ta + 1, 1};
uchar *p;
@@ -223,7 +223,7 @@ void
void
genwrap(int end)
{
- static Token ta = {UNCLASS, 0, 0, 0, NULL, 0};
+ static Token ta = {UNCLASS, 0, 0, NULL, 0};
static Tokenrow tr = {&ta, &ta, &ta + 1, 1};
uchar *p;