[svn-r1742] changed the name of the objectid macro to objid. conflicted with a windows

define
This commit is contained in:
Patrick Lu 1999-10-13 10:11:02 -05:00
parent 478038d68d
commit aa88b36b52
2 changed files with 2 additions and 2 deletions

View File

@ -1736,7 +1736,7 @@ dump_oid(hid_t oid){
indent += COL;
indentation (indent);
printf ("%s %s ", OBJECTID, BEGIN);
printf ("%s %s ", OBJID, BEGIN);
printf("%d", oid);
printf (" %s\n", END);
indent -= COL;

View File

@ -312,7 +312,7 @@ extern ProgType programtype;
#define CTYPE "CTYPE"
#define CONCATENATOR "//"
#define DATASET "DATASET"
#define OBJECTID "OBJECTID"
#define OBJID "OBJECTID"
#define BEGIN "{"
#define END "}"
#endif