pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-25
2002-11-25 00:40:14 by Martin Nilsson <mani@lysator.liu.se>
2d8e64ff8502708a658af72d4b383d0699a41e2f (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Move _describe_program to Debug.describe_program.
Rev: src/builtin.cmod:1.96
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: builtin.cmod,v 1.
95
2002/
10
/
15
09
:
12
:
49
grubba
Exp $
+
|| $Id: builtin.cmod,v 1.
96
2002/
11
/
25
00
:
40
:
14
nilsson
Exp $
*/ #include "global.h"
32:
#include "fsort.h" #include "port.h"
-
/*! @decl array(array(int|string))
_
describe_program(program p)
+
/*! @decl array(array(int|string)) describe_program(program p)
+
*! @belongs Debug
*! *! Debug function for showing the symbol table of a program. */