pike.git/
src/
modules/
Parser/
pike.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-01-02
2005-01-02 00:40:46 by Martin Nilsson <mani@lysator.liu.se>
029085e2427f04444e9c6ddc7df4024dac117c94 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Disabled some broken autodoc.
Rev: src/modules/Parser/pike.c:1.2
1:
-
/*
!
array(array(string),string) split( string x )
-
*
!
Returns an array with Pike-level tokens and the remainder (a
-
*
!
partial token), if any.
+
/* array(array(string),string) split( string x )
+
* Returns an array with Pike-level tokens and the remainder (a
+
* partial token), if any.
*/ #include "global.h" #include "config.h"