summaryrefslogtreecommitdiff
path: root/devel/bcc/patches/patch-aj
blob: 0c479f6f848c2da8cf2a620f97a023e01a7e7188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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 */