mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 07:21:03 +08:00
12 lines
192 B
Diff
12 lines
192 B
Diff
--- a/src/yacc_config.y
|
|
+++ b/src/yacc_config.y
|
|
@@ -40,7 +40,7 @@ int yylex(void);
|
|
|
|
%union {
|
|
char *str;
|
|
- u_long num;
|
|
+ unsigned long num;
|
|
struct adjust_list_t *adjust;
|
|
}
|
|
|