From 086a6f014095df100b8b5cad2f67db3347c4481c Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 30 Jan 2010 04:27:17 +0000 Subject: [PATCH] add else svn path=/branches/ros-amd64-bringup/; revision=45340 --- reactos/include/reactos/asm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/reactos/asm.h b/reactos/include/reactos/asm.h index a8a252e5421..ffb56529749 100644 --- a/reactos/include/reactos/asm.h +++ b/reactos/include/reactos/asm.h @@ -159,5 +159,6 @@ code = 1 conditionals. We therefore use "if", too. .if shouldn't be used at all */ #define if .if #define endif .endif +#define else .else #endif