[hackers] [ubase] Rename `brk' to `_brk' to avoid polluting the namespace || sin
commit a42f9093621848ccf7a7849e041713374e679781
Author: sin <sin_AT_2f30.org>
Date: Wed Nov 13 11:47:05 2013 +0000
Rename `brk' to `_brk' to avoid polluting the namespace
diff --git a/arg.h b/arg.h
index 2009b70..733a5d9 100644
--- a/arg.h
+++ b/arg.h
_AT_@ -15,14 +15,14 @@ extern char *argv0;
argc--, argv++) {\
char _argc;\
char **_argv;\
- int brk;\
+ int _brk;\
if (argv[0][1] == '-' && argv[0][2] == '
Received on Wed Nov 13 2013 - 12:58:35 CET
This archive was generated by hypermail 2.3.0
: Wed Nov 13 2013 - 13:00:20 CET