11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
|
--- a/utils/gctrigger.c
|
||
|
+++ b/utils/gctrigger.c
|
||
|
@@ -599,6 +599,7 @@ static inline void VectorToken_delete (V
|
||
|
static Token nexttoken (boolean within_prep_directive)
|
||
|
{
|
||
|
Token token;
|
||
|
+ memset(&token, 0, sizeof(Token));
|
||
|
restart:
|
||
|
{ int c = next_char();
|
||
|
switch (c) {
|