]> andersk Git - splint.git/blobdiff - src/Headers/lclctypes.h
*** empty log message ***
[splint.git] / src / Headers / lclctypes.h
index 7057841105b79491153686617179f3f30f8916cd..2d6860801a23904bf96593c363df0fb4fa5abfa6 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
 ** See ../LICENSE for license information.
 **
 */
@@ -16,7 +16,7 @@ typedef enum
   TS_SIGNED, TS_UNSIGNED, TS_SHORT, TS_LONG,
   TS_FLOAT,  TS_DOUBLE, TS_ENUM, TS_STRUCT, 
   TS_UNION, TS_TYPEDEF
-  } TypeSpecification;
+} TypeSpecification;
 
 /*
 ** TypeSpec is an enum for each of the valid combinations of type specifiers.
@@ -37,7 +37,7 @@ typedef enum {
 typedef bits lclctype;
 
 extern lclctype fixBits(TypeSpecification p_attr, lclctype p_spec);
-# define    fixBits(attr, spec)   ((unsigned)(1<<(attr) | (spec)))
+# define fixBits(attr, spec)   ((unsigned)(1<<(attr) | (spec)))
 
 extern lsymbol lclctype_toSort(lclctype p_t);
 extern lsymbol lclctype_toSortDebug(lclctype p_t);
This page took 0.035117 seconds and 4 git commands to generate.