13 lines
375 B
Text
13 lines
375 B
Text
$NetBSD: patch-aj,v 1.3 2006/10/10 06:56:05 uebayasi Exp $
|
|
|
|
--- as/macro.c.orig 1993-07-10 21:08:23.000000000 +0200
|
|
+++ as/macro.c
|
|
@@ -95,7 +95,7 @@ PUBLIC void pmacro()
|
|
{
|
|
bool_t saving;
|
|
bool_t savingc;
|
|
- struct sym_s *symptr;
|
|
+ struct sym_s *symptr = NULL;
|
|
|
|
saving = /* prepare for bad macro */
|
|
savingc = FALSE; /* normally don't save comments */
|