mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
(automatically generated log message) git-archimport-id: bonzini@gnu.org--2004b/lightning--stable--1.2--base-0
13 lines
189 B
C
13 lines
189 B
C
#ifndef __ANSIDECL_H_SEEN
|
|
#define __ANSIDECL_H_SEEN
|
|
|
|
#ifdef __STDC__
|
|
#define PARAMS(x) x
|
|
typedef void *PTR;
|
|
#else
|
|
#define CONST const
|
|
#define PARAMS(x) ()
|
|
typedef char *PTR;
|
|
#endif
|
|
|
|
#endif
|