diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-05-20 05:15:49 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-05-20 05:15:49 +0000 |
commit | 9e3fe4594b12e689ff0dde3a666d1c3f11a53561 (patch) | |
tree | 586ff69854c63aea9ddc1ed174e5820e244a608d /lwlib | |
parent | f39223a6bb2fa15b219df1839cfe4cd0958e4ac9 (diff) | |
download | emacs-9e3fe4594b12e689ff0dde3a666d1c3f11a53561.tar.gz |
Don't use prototype.
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/lwlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index 27d9e8332a3..e5c9ddc4bb4 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -990,7 +990,7 @@ lw_destroy_all_pop_ups () } #ifdef USE_MOTIF -extern Widget first_child (Widget); /* garbage */ +extern Widget first_child (/* Widget */); /* garbage */ #endif Widget |