diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-11 15:28:25 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-11 15:28:25 +0000 |
commit | 0d7a38c4ce99cf5367a242d0a1d41b51d4a742e8 (patch) | |
tree | 566226350efd424b24144520b2fc1d024f1574b1 /gmid.h | |
parent | 796c6e75d72a1fbd8ea1dd6ccaaaa57180eb3865 (diff) |
avoid __dead and return at the end of main
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -37,10 +37,6 @@ # define INFTIM -1 #endif -#ifndef __dead -# define __dead -#endif - #define GEMINI_URL_LEN (1024+3) /* URL max len + \r\n + \0 */ /* large enough to hold a copy of a gemini URL and still have extra room */ |