From 65ca4359c5661d123876f9a0be5f001125ead0af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Sun, 21 Jul 2013 23:29:52 +0200 Subject: [PATCH] vlp-10 using coding style in depend.h --- src/int/depend.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/int/depend.h b/src/int/depend.h index e6a7b72..5224e5f 100644 --- 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 +#include #elif MSDOS && TURBOC -- 2.30.2