pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2006-07-05
2006-07-05 02:22:56 by Martin Stjernholm <mast@lysator.liu.se>
00e6680b589982942c9571c8151ac3330233001c (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Added PMOD_EXPORT.
Rev: src/stralloc.c:1.211
Rev: src/threads.c:1.251
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: stralloc.c,v 1.
210
2006/
04
/
25
18
:
29
:
50
neotron
Exp $
+
|| $Id: stralloc.c,v 1.
211
2006/
07
/
05
02
:
22
:
21
mast
Exp $
*/ #include "global.h"
2011:
} #ifdef DO_PIKE_CLEANUP
-
struct shared_string_location *all_shared_string_locations;
+
PMOD_EXPORT
struct shared_string_location *all_shared_string_locations;
#endif