diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-07-25 09:00:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-07-25 09:00:51 +0000 |
commit | d300fe774f9cff1541cf21e9f14f3276e512f01c (patch) | |
tree | 4ec2a8a0101f9c9b7644af0537977495d18c2200 /lang/rexx-imc/files/patch-util.c | |
parent | Update to the 20160719 snapshot of GCC 5.4.1. (diff) |
- Switch to options helpers
- Regenerate patches with `make makepatch`
Notes
Notes:
svn path=/head/; revision=419035
Diffstat (limited to 'lang/rexx-imc/files/patch-util.c')
-rw-r--r-- | lang/rexx-imc/files/patch-util.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/rexx-imc/files/patch-util.c b/lang/rexx-imc/files/patch-util.c index aec63e831648..fc875b8dc96d 100644 --- a/lang/rexx-imc/files/patch-util.c +++ b/lang/rexx-imc/files/patch-util.c @@ -1,6 +1,6 @@ ---- util.c Tue Feb 26 12:29:20 2002 -+++ util.c.new Thu Jun 20 14:50:03 2002 -@@ -1404,7 +1404,7 @@ +--- util.c.orig 2002-02-26 12:29:20 UTC ++++ util.c +@@ -1404,7 +1404,7 @@ int line1; /* if nonzero, the else token=0; } else if(token>=Command&&start){ /* at the start must be a "command" */ @@ -9,7 +9,7 @@ else if(token==ARG||token==PULL) prgptr++[0]=PARSE, prgptr++[0]=UPPER, -@@ -1415,7 +1415,7 @@ +@@ -1415,7 +1415,7 @@ int line1; /* if nonzero, the if(!token); /* no need to check if there is no token */ else if(token==VALUE)if(last==ADDRESS||last==FORM||last==TRACE ||last==PARSE||last==SIGNAL);else token=0; |