diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-07-15 21:27:49 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-07-15 21:27:49 +0000 |
commit | d0dff6e50560a7b6656b62f3a338faa347717f6a (patch) | |
tree | 57972e80b0ef1e1da8d2bacb8d68bbd342183605 /lib-src/profile.c | |
parent | c275f129ae7fc59bf899d0f3ddca4b2a2e3c2dd3 (diff) | |
download | emacs-d0dff6e50560a7b6656b62f3a338faa347717f6a.tar.gz |
Declare main as int, not void.
Diffstat (limited to 'lib-src/profile.c')
-rw-r--r-- | lib-src/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/profile.c b/lib-src/profile.c index 10148e04df8..b0c713e69dd 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c @@ -79,7 +79,7 @@ gettimeofday (tp, tzp) #endif -void +int main () { int c; |