Changeset 4479497 for functions.c
- Timestamp:
- Mar 24, 2011, 12:46:25 AM (14 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- 42ee1be
- Parents:
- 82b734a
- git-author:
- David Benjamin <davidben@MIT.EDU> (02/26/11 00:52:13)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (03/24/11 00:46:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
r82b734a r4479497 1202 1202 } 1203 1203 1204 void owl_function_debugmsg(const char *fmt, ...)1204 void G_GNUC_PRINTF(1, 2) owl_function_debugmsg(const char *fmt, ...) 1205 1205 { 1206 1206 FILE *file; … … 3346 3346 } 3347 3347 3348 void owl_function_error(const char *fmt, ...)3348 void G_GNUC_PRINTF(1, 2) owl_function_error(const char *fmt, ...) 3349 3349 { 3350 3350 static int in_error = 0; … … 3414 3414 } 3415 3415 3416 void owl_function_makemsg(const char *fmt, ...)3416 void G_GNUC_PRINTF(1, 2) owl_function_makemsg(const char *fmt, ...) 3417 3417 { 3418 3418 va_list ap;
Note: See TracChangeset
for help on using the changeset viewer.