Dirk Mueller
eca29aac39
- upref.patch: Add missing UPREF OBS-URL: https://build.opensuse.org/request/show/1003376 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=89
13 lines
381 B
Diff
13 lines
381 B
Diff
Index: gawk-5.2.0/interpret.h
|
|
===================================================================
|
|
--- gawk-5.2.0.orig/interpret.h
|
|
+++ gawk-5.2.0/interpret.h
|
|
@@ -238,6 +238,7 @@ uninitialized_scalar:
|
|
_("reference to uninitialized argument `%s'") :
|
|
_("reference to uninitialized variable `%s'"),
|
|
save_symbol->vname);
|
|
+ UPREF(m);
|
|
PUSH(m);
|
|
break;
|
|
|