added const declaration in form() E.Mergl

This commit is contained in:
Edmund Mergl 1997-05-17 16:25:57 +00:00
parent 0c67d28a08
commit 33a629cfef
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: c.h,v 1.12 1997/04/24 20:00:45 scrappy Exp $
* $Id: c.h,v 1.13 1997/05/17 16:25:57 mergl Exp $
*
*-------------------------------------------------------------------------
*/
@ -700,7 +700,7 @@ extern int ExceptionalCondition(char *conditionName,
* form is used by assert and the exception handling stuff
* ----------------
*/
extern char *form(char *fmt, ...);
extern char *form(const char *fmt, ...);