diff options
author | Martin Mares <mj@ucw.cz> | 1999-12-06 14:50:50 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-12-06 14:50:50 +0100 |
commit | 4ab5331c6370ba83dc7b228f9a94ccc1c64a973e (patch) | |
tree | fc352af25d28612ba88756e35870e3544782b99f /conf | |
parent | a0c37b45e59f024fc24b65ffbaf2c9e0f1996938 (diff) | |
download | bird-4ab5331c6370ba83dc7b228f9a94ccc1c64a973e.tar bird-4ab5331c6370ba83dc7b228f9a94ccc1c64a973e.zip |
Added type `g' for void (general) pointer.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/confbase.Y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index dbec4dd..2424749 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -36,6 +36,7 @@ CF_DECLS struct f_val v; struct password_item *p; struct rt_show_data *ra; + void *g; } %token END CLI_MARKER |