X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fpol.h;h=49a45c253f3dbd5ea43002aa6898bebc1e094ac3;hp=2d8932440dc04fd7129fd79ceb0b15262ccd12fc;hb=031437896d0dc6cac70c16e5604b10f5aa4d0767;hpb=c481fbf2890e6e3a0a5479a9e53e685634ce411a diff --git a/include/pol.h b/include/pol.h index 2d89324..49a45c2 100644 --- a/include/pol.h +++ b/include/pol.h @@ -2,14 +2,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pol.h,v 1.3 2000/05/07 12:46:19 kevin Exp $ -** $Log: pol.h,v $ -** Revision 1.3 2000/05/07 12:46:19 kevin -** made c++ compatible -** -** Revision 1.2 2000/04/28 14:14:16 kevin -** *** empty log message *** -** +** $Id: pol.h,v 1.4 2000/06/13 16:20:31 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -27,10 +20,6 @@ #ifndef __H_POL #define __H_POL -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - /* codes for pol_usefile */ #define P_USE_STR 1 /* use string as input source */ @@ -119,8 +108,4 @@ void pol_ungetch(int c); int get_inputline(FILE *fp); void set_inputline(char *line); -#ifdef __cplusplus -} -#endif /* __cplusplus */ - #endif