Avoid trouble with PUC_FASTINTR if it is already defined.

This commit is contained in:
Poul-Henning Kamp 2005-11-06 15:55:45 +00:00
parent add8701034
commit 5eb2dd9421

View File

@ -1,5 +1,7 @@
/* $NetBSD: puc.c,v 1.7 2000/07/29 17:43:38 jlam Exp $ */
#ifndef PUC_FASTINTR
#define PUC_FASTINTR
#endif
/*-
* Copyright (c) 2002 JF Hay. All rights reserved.