From: malaterre Date: Thu, 10 Nov 2005 18:02:26 +0000 (+0000) Subject: COMP: Fix comp on bcc X-Git-Tag: Version1.3~99 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=17b1f521b5e7691f0008e1b176e356595a3ed8e9;p=gdcm.git COMP: Fix comp on bcc --- 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",