pike.git/
src/
version.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-21
2014-08-21 18:11:55 by Martin Nilsson <nilsson@opera.com>
3b54e5516f34132abcab47c2ce48c0149ffca1ee (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Added void to zero argument functions.
13:
/* Prototypes begin here */ PMOD_EXPORT void f_version(INT32 args);
-
void push_compact_version();
+
void push_compact_version(
void
);
/* Prototypes end here */