Tidy OPM, update usage display.

This commit is contained in:
David Brown 2016-09-22 15:03:08 +01:00
parent 76b6a8fc23
commit 246a961055
196 changed files with 310 additions and 299 deletions

View file

@ -1,4 +1,4 @@
/* voc 1.95 [2016/09/21] for gcc LP64 on cygwin xtspaSfF */
/* voc 1.95 [2016/09/22] for gcc LP64 on cygwin xtspaSfF */
#define INTEGER int32
#define LONGINT int64
@ -18,6 +18,6 @@ export void *Configuration__init(void)
__DEFMOD;
__REGMOD("Configuration", 0);
/* BEGIN */
__MOVE("1.95 [2016/09/21] for gcc LP64 on cygwin", Configuration_versionLong, 41);
__MOVE("1.95 [2016/09/22] for gcc LP64 on cygwin", Configuration_versionLong, 41);
__ENDMOD;
}