Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33a629c

Browse files
Edmund MerglEdmund Mergl
Edmund Mergl
authored and
Edmund Mergl
committed
added const declaration in form() E.Mergl
1 parent0c67d28 commit33a629c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/c.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: c.h,v 1.12 1997/04/24 20:00:45 scrappy Exp $
10+
* $Id: c.h,v 1.13 1997/05/17 16:25:57 mergl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -700,7 +700,7 @@ extern int ExceptionalCondition(char *conditionName,
700700
*form is used by assert and the exception handling stuff
701701
* ----------------
702702
*/
703-
externchar*form(char*fmt, ...);
703+
externchar*form(constchar*fmt, ...);
704704

705705

706706

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp