comparison lib-src/fakemail.c @ 109511:09a43f890565

Add NO_RETURN specifiers to functions in lib-src. * lib-src/update-game-score.c (usage): Add NO_RETURN specifier. * lib-src/movemail.c (fatal, pfatal_with_name, pfatal_and_delete): * lib-src/make-docfile.c (fatal): * lib-src/hexl.c (usage): * lib-src/fakemail.c (fatal): * lib-src/etags.c (fatal, suggest_asking_for_help, pfatal): * lib-src/emacsclient.c (fatal): * lib-src/b2m.c (fatal): Likewise.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 24 Jul 2010 10:18:18 -0700
parents 12b02558bf51
children fdbd24f8d999
comparison
equal deleted inserted replaced
109510:fb2c5240d81c 109511:09a43f890565
144 static char *the_date; 144 static char *the_date;
145 static char *the_user; 145 static char *the_user;
146 static line_list file_preface; 146 static line_list file_preface;
147 static stream_list the_streams; 147 static stream_list the_streams;
148 static boolean no_problems = true; 148 static boolean no_problems = true;
149
150 static void fatal (char *s1) NO_RETURN;
149 151
150 extern FILE *popen (const char *, const char *); 152 extern FILE *popen (const char *, const char *);
151 extern int fclose (FILE *), pclose (FILE *); 153 extern int fclose (FILE *), pclose (FILE *);
152 154
153 #ifdef CURRENT_USER 155 #ifdef CURRENT_USER