/* VCG description handler for Bison.
- Copyright 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
case orange: return "orange";
case orchid: return "orchid";
case black: return "black";
- default:
-#define A_known_default_color 0
- assert (A_known_default_color);
+ default: abort (); return NULL;
}
- return NULL;
}
static const char *
case centered: return "center";
case left_justify: return "left_justify";
case right_justify: return "right_justify";
- default:
-#define A_known_text_mode 0
- assert (A_known_text_mode);
+ default: abort (); return NULL;
}
- return NULL;
}
static const char *
case rhomb: return "rhomb";
case ellipse: return "ellipse";
case triangle: return "triangle";
- default:
-#define A_known_shape 0
- assert (A_known_shape);
+ default: abort (); return NULL;
}
- return NULL;
}
static const char *
case minbackward: return "minbackward";
case dfs: return "dfs";
case tree: return "tree";
- default:
-#define A_known_layout_algorithm 0
- assert (A_known_layout_algorithm);
+ default: abort (); return NULL;
}
- return NULL;
}
static const char *
{
case no: return "no";
case yes: return "yes";
- default:
-#define Either_yes_nor_no 0
- assert (Either_yes_nor_no);
+ default: abort (); return NULL;
}
- return NULL;
}
static const char *
case bottom_to_top: return "bottom_to_top";
case left_to_right: return "left_to_right";
case right_to_left: return "right_to_left";
- default:
-#define A_knownn_orientation 0
- assert (A_knownn_orientation);
+ default: abort (); return NULL;
}
- return NULL;
}
static const char *
case center: return "center";
case top: return "top";
case bottom: return "bottom";
- default:
-#define A_known_alignement 0
- assert (A_known_alignement);
+ default: abort (); return NULL;
}
- return NULL;
}
static const char *
{
case fixed: return "fixed";
case free_a: return "free";
- default:
-#define A_known_arrow_mode 0
- assert (A_known_arrow_mode);
+ default: abort (); return NULL;
}
- return NULL;
}
static const char *
case median: return "median";
case barymedian: return "barymedian";
case medianbary: return "medianbary";
- default:
-#define A_known_crossing_type 0
- assert (A_known_crossing_type);
+ default: abort (); return NULL;
}
- return NULL;
}
static const char *
case pfish: return "pfish";
case fcfish: return "fcfish";
case fpfish: return "fpfish";
- default:
-#define A_known_view 0
- assert (A_known_view);
+ default: abort (); return NULL;
}
- return NULL;
}
static const char *
case dashed: return "dashed";
case dotted: return "dotted";
case invisible: return "invisible";
- default:
-#define A_known_line_style 0
- assert (A_known_line_style);
+ default: abort (); return NULL;
}
- return NULL;
}
static const char *
case solid: return "solid";
case line: return "line";
case none: return "none";
- default:
-#define A_known_arrow_style 0
- assert (A_known_arrow_style);
+ default: abort (); return NULL;
}
- return NULL;
}
/*----------------------------.