pkgsrc/devel/bcc/patches/patch-ae
1998-07-17 04:39:19 +00:00

11 lines
293 B
Text

--- ld/table.c.orig Thu Jul 16 14:14:41 1998
+++ ld/table.c Thu Jul 16 14:14:54 1998
@@ -48,7 +48,7 @@
char *name;
{
struct symstruct **hashptr;
- struct symstruct *oldsymptr;
+ struct symstruct *oldsymptr = NULL;
struct symstruct *symptr;
hashptr = gethashptr(name);