dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
vlp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfa4bdd
)
vlp-10 using coding style in depend.h
author
Rafał Długołęcki
<kontakt@dlugolecki.net.pl>
Sun, 21 Jul 2013 21:29:52 +0000
(23:29 +0200)
committer
Rafał Długołęcki
<kontakt@dlugolecki.net.pl>
Sun, 21 Jul 2013 21:29:52 +0000
(23:29 +0200)
src/int/depend.h
patch
|
blob
|
history
diff --git
a/src/int/depend.h
b/src/int/depend.h
index e6a7b723773d8ec866f669db29af63b250f10c10..5224e5f3396a7519fe8e750094b9fd062530e840 100644
(file)
--- a/
src/int/depend.h
+++ b/
src/int/depend.h
@@
-59,11
+59,12
@@
or Andrzej Salwicki
typedef struct {
-
char opcode;
-
char args[ 3
];
-
} extopcode;
+ char opcode;
+
char args[3
];
+} extopcode;
-typedef char *lword; /* max(word, char *) but in every case was char* */
+/* max(word, char *) but in every case was char* */
+typedef char *lword;
#define BINARYREAD "rb"
#define BINARYWRITE "wb"
@@
-122,7
+123,7
@@
extern char huge *halloc();
#define INCL_DOSINFOSEG
-#include <os2.h>
+#include <os2.h>
#elif MSDOS && TURBOC