Skip to content
Snippets Groups Projects
Commit 03c7b374 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Added CVS id.

Rev: src/dumpmaster.pike:1.8
Rev: src/dumpmodule.pike:1.31
parent 0cad89e0
No related branches found
No related tags found
No related merge requests found
...@@ -265,6 +265,8 @@ testfont binary ...@@ -265,6 +265,8 @@ testfont binary
/src/docode.c foreign_ident /src/docode.c foreign_ident
/src/docode.h foreign_ident /src/docode.h foreign_ident
/src/dummy_ci.h foreign_ident /src/dummy_ci.h foreign_ident
/src/dumpmaster.pike foreign_ident
/src/dumpmodule.pike foreign_ident
/src/dynamic_buffer.c foreign_ident /src/dynamic_buffer.c foreign_ident
/src/dynamic_buffer.h foreign_ident /src/dynamic_buffer.h foreign_ident
/src/dynamic_load.c foreign_ident /src/dynamic_load.c foreign_ident
......
/*\
||| 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: dumpmaster.pike,v 1.8 2002/10/08 18:21:20 nilsson Exp $ */
#define UNDEFINED (([])[0]) #define UNDEFINED (([])[0])
string fr; string fr;
......
#!/usr/local/bin/pike #!/usr/local/bin/pike
/*\
||| 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: dumpmodule.pike,v 1.31 2002/10/08 18:21:20 nilsson Exp $ */
int quiet = 1, report_failed = 0, recursive = 0, update = 0; int quiet = 1, report_failed = 0, recursive = 0, update = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment