blob: 3d7d6eefae86567dddae8b3a8ba5ae1d305dea54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aj,v 1.2 1998/08/07 10:40:21 agc Exp $
--- as/macro.c.orig Thu Jul 16 20:03:05 1998
+++ as/macro.c Thu Jul 16 20:03:15 1998
@@ -95,7 +95,7 @@
{
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 */
|