enum special_types: define nonspecial for completeness
authorPhil Sutter <phil@nwl.cc>
Tue, 27 Oct 2009 19:56:00 +0000 (20:56 +0100)
committerPhil Sutter <phil@nwl.cc>
Tue, 3 Nov 2009 22:23:23 +0000 (23:23 +0100)
src/specials.h

index 32a8175..e3eb065 100644 (file)
@@ -40,6 +40,7 @@
 #define TEMPGRAD "-t"
 
 enum special_types {
+       NONSPECIAL = 0,
        HORIZONTAL_LINE = 1,
        STIPPLED_HR,
        BAR,