Skip to content
Snippets Groups Projects
Commit 33a629cf authored by Edmund Mergl's avatar Edmund Mergl
Browse files

added const declaration in form() E.Mergl

parent 0c67d28a
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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, ...@@ -700,7 +700,7 @@ extern int ExceptionalCondition(char *conditionName,
* form is used by assert and the exception handling stuff * form is used by assert and the exception handling stuff
* ---------------- * ----------------
*/ */
extern char *form(char *fmt, ...); extern char *form(const char *fmt, ...);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment