pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2004-09-18
2004-09-18 20:16:27 by Per Hedbor <ph@opera.com>
ebf5bb61ddc7b00a5e45e092fbf5fac625a6f197 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
More const.
Rev: src/program.c:1.567
Rev: src/program.h:1.208
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: program.h,v 1.
207
2004/
06
/
30
00
:16:27
nilsson
Exp $
+
|| $Id: program.h,v 1.
208
2004/
09
/
18
20
:16:27
per
Exp $
*/ #ifndef PROGRAM_H
104:
*/ #define LFUN__SEARCH 44
-
extern char *lfun_names[];
+
extern
const
char *
const
lfun_names[];
extern struct pike_string *lfun_strings[];