summaryrefslogtreecommitdiffstats
path: root/src/util/ss/error.c
Commit message (Expand)AuthorAgeFilesLines
* Mark and reindent util, with some exceptionsTom Yu2009-12-071-6/+7
* make mark-cstyleTom Yu2009-10-311-2/+2
* Check for null pointer returns when allocating storage.Ken Raeburn2007-06-281-28/+30
* * error.c (ss_error): Always use ANSI C form. Don't try to hide theKen Raeburn2004-03-181-28/+0
* error.c (ss_error): remove const declaration from local variable. (it isEzra Peisach1995-06-091-1/+1
* * configure.in: Use AC_CHECK_HEADERS(stdarg.h), not CHECK_STDARG.John Gilmore1995-03-191-2/+2
* * Makefile.in: Avoid recompilation of std_rqs.c every single timeJohn Gilmore1995-02-281-1/+1
* getting var/stdarg.h from com_err.hMark Eichin1994-06-161-13/+0
* Include <stdarg.h> if STDARG_PROTOTYPES is defined and __STDC__ is not definedTheodore Tso1994-06-161-2/+3
* use STDARG_PROTOTYPES since it is already availableMark Eichin1994-06-161-4/+4
* Linux uses _STDARG_H instead of _STDARG_H_ --- we need a better way toTheodore Tso1994-06-121-1/+1
* If we sucked in stdarg.h, assume STDARGTheodore Tso1994-06-021-4/+0
* Initial revisionTheodore Tso1993-06-031-0/+113