OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / a60 / mkc.h
1 /*
2  * Copyright (C) 1991,1992 Erik Schoenfelder (schoenfr@ibr.cs.tu-bs.de)
3  *
4  * This file is part of NASE A60.
5  * 
6  * NASE A60 is free software; you can redistribute it and/or modify it
7  * under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2, or (at your option)
9  * any later version.
10  *
11  * NASE A60 is distributed in the hope that it will be useful, but
12  * WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * General Public License for more details.
15  * 
16  * You should have received a copy of the GNU General Public License
17  * along with NASE A60; see the file COPYING.  If not, write to the Free
18  * Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
19  *
20  * mkc.h:                                       oct '90
21  *
22  * Erik Schoenfelder (schoenfr@ibr.cs.tu-bs.de)
23  */
24
25 #ifndef MKC_H_HOOK
26 #define MKC_H_HOOK
27
28 #ifdef __STDC__
29 # define P(x)  x
30 #else
31 # define P(x)  ()
32 #endif
33
34
35 extern void make_c P((void));
36
37
38 #undef P
39
40 #endif /* MKC_H_HOOK */