lib/iec_std_lib.h
changeset 818 2a3f34967cae
parent 803 36ac3a58be39
child 900 1e749c7b70f8
--- a/lib/iec_std_lib.h	Thu May 02 10:42:17 2013 +0200
+++ b/lib/iec_std_lib.h	Thu May 16 14:37:33 2013 +0900
@@ -111,29 +111,6 @@
 #define __LWORD_LITERAL(value) __literal(LWORD,value,__64b_sufix)
 
 
-
-#define __INIT_REAL 0
-#define __INIT_LREAL 0
-#define __INIT_SINT 0
-#define __INIT_INT 0
-#define __INIT_DINT 0
-#define __INIT_LINT 0
-#define __INIT_USINT 0
-#define __INIT_UINT 0
-#define __INIT_UDINT 0
-#define __INIT_ULINT 0
-#define __INIT_TIME (TIME){0,0}
-#define __INIT_BOOL 0
-#define __INIT_BYTE 0
-#define __INIT_WORD 0
-#define __INIT_DWORD 0
-#define __INIT_LWORD 0
-#define __INIT_STRING (STRING){0,""}
-//#define __INIT_WSTRING
-#define __INIT_DATE (DATE){0,0}
-#define __INIT_TOD (TOD){0,0}
-#define __INIT_DT (DT){0,0}
-
 typedef union __IL_DEFVAR_T {
     BOOL    BOOLvar;