From 17b1f521b5e7691f0008e1b176e356595a3ed8e9 Mon Sep 17 00:00:00 2001 From: malaterre Date: Thu, 10 Nov 2005 18:02:26 +0000 Subject: [PATCH] COMP: Fix comp on bcc --- Testing/TestEnumVR.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Testing/TestEnumVR.cxx b/Testing/TestEnumVR.cxx index a723515b..1ddd4d3f 100644 --- a/Testing/TestEnumVR.cxx +++ b/Testing/TestEnumVR.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestEnumVR.cxx,v $ Language: C++ - Date: $Date: 2005/11/09 19:17:26 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/11/10 18:02:26 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -23,7 +23,7 @@ */ #include -typedef enum VR { +typedef enum { AE = 1, AS = 2, AT = 4, @@ -53,7 +53,7 @@ typedef enum VR { OB_OW = OB | OW, US_SS = US | SS, US_SS_OW = US | SS | OW -}; +} VR; static const char *VRStrings[] = { "AE", -- 2.45.1