1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

A couple of cleanups from Scott Harrison <Scott_Harrison@next.com>

This commit is contained in:
Marc G. Fournier
1997-04-15 19:08:13 +00:00
parent 94893bb962
commit cacaaed62b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
# include <libc.h>
# include <sys/ioctl.h>
# if defined(__STRICT_ANSI__)
# define isascii(c) ((unsigned)(c)<=0177)