%{ CODE HEADER /* * The Termprocessor Kimwitu * * Copyright (c) 1991 University of Twente, Dept TIOS. * All rights reserved. * */ %} /* This file contains the patchlevel. * $Id: patchlvl.h,v 1.62 1998/03/18 16:56:27 belinfan Rel $ * Because we use KIMWITUVERSION as symbolic RCS name, * KIMWITUVERSION is *not* allowed to contain dots: we use _ instead * very important: the version number should be the third word * on the #define line (because the makefile depends on it). * The #define KIMWITUVERSION line should be the last line that contains * the word KIMWITUVERSION in this file (because the makefile depends on it). */ %{ KC_TYPES_HEADER #define KIMWITUVERSION V4_6 %}