Kaydet (Commit) 9d8fbd80 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS vgbugs04 (1.3.142); FILE MERGED

2006/09/15 15:19:53 vg 1.3.142.4: #i69015# -n switsh for windows-native slashes
2006/09/01 11:29:37 vg 1.3.142.3: #i69015# use dmake slash variable
2006/08/31 10:34:12 vg 1.3.142.2: #i69015# generic paths for windows
2006/07/04 10:37:13 vg 1.3.142.1: #137785# optimize makedepend
üst b98c2c4e
...@@ -103,6 +103,9 @@ extern int _debugmask; ...@@ -103,6 +103,9 @@ extern int _debugmask;
#define debug(level,arg) /**/ #define debug(level,arg) /**/
#endif /* DEBUG */ #endif /* DEBUG */
// VG: a C++ class for information about directories
#include "collectdircontent.hxx"
typedef unsigned char boolean; typedef unsigned char boolean;
struct symtab { struct symtab {
...@@ -159,3 +162,6 @@ extern fatalerr(char *, ...); ...@@ -159,3 +162,6 @@ extern fatalerr(char *, ...);
extern warning(char *, ...); extern warning(char *, ...);
extern warning1(char *, ...); extern warning1(char *, ...);
#endif #endif
void convert_slashes(char *);
char *append_slash(char *);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment