Commentata parte inutile o incompatibile per FOXPRO
git-svn-id: svn://10.65.10.50/trunk@43 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
224ec2c260
commit
76f5246fab
@ -1,14 +1,18 @@
|
||||
#include <stdio.h>
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <files.h>
|
||||
|
||||
#ifndef FOXPRO
|
||||
#include <expr.h>
|
||||
#endif
|
||||
|
||||
#ifndef __EXTCDECL_H
|
||||
#include <extcdecl.h>
|
||||
#endif
|
||||
|
||||
#include <strings.h>
|
||||
#include <utility.h>
|
||||
|
||||
#define BLOCKLEN 512
|
||||
@ -372,6 +376,9 @@ status (TDirtype dirop)
|
||||
return (const char *) s;
|
||||
}
|
||||
|
||||
|
||||
#ifndef FOXPRO
|
||||
|
||||
void TTrec ::
|
||||
update_fielddef (int nfld, const char *desc)
|
||||
|
||||
@ -490,3 +497,5 @@ read_from (istream & in)
|
||||
}
|
||||
rehash ();
|
||||
}
|
||||
|
||||
#endif // FOXPRO
|
||||
|
Loading…
x
Reference in New Issue
Block a user