mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r1742] changed the name of the objectid macro to objid. conflicted with a windows
define
This commit is contained in:
parent
478038d68d
commit
aa88b36b52
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user