X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/6b6247c70321dce562f59e846efc5243996ee946..49cc8573fdf36c5f31bb4bc22ca55787b4a0ff98:/dab/defs.h diff --git a/dab/defs.h b/dab/defs.h index 2f4619e7..23ebbe53 100644 --- a/dab/defs.h +++ b/dab/defs.h @@ -1,4 +1,4 @@ -/* $NetBSD: defs.h,v 1.2 2008/04/28 20:22:53 martin Exp $ */ +/* $NetBSD: defs.h,v 1.3 2011/05/23 23:06:41 joerg Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -36,9 +36,8 @@ #ifndef _H_DEFS #define _H_DEFS -#include +#include -#define RCSID(id) \ - static const char *rcsid(const char* x) { return x ? rcsid(id) : x; } +#define RCSID(id) __RCSID(id); #endif