diff options
| author | thorpej <thorpej@NetBSD.org> | 1997-11-04 23:36:19 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1997-11-04 23:36:19 +0000 |
| commit | 42066a4aa4c96d7ffe2fd636fbcfa458f0179e38 (patch) | |
| tree | 050b6c5bcffd48b3291a2644f459eff58a004525 /include/vis.h | |
| parent | a119d347a57de1b3bfb1d410ad2dda6c6a535636 (diff) | |
Fix __RENAME quoting lossage (don't pass it a quoted string). From
Chris Demetriou <cgd@pa.dec.com>.
Diffstat (limited to 'include/vis.h')
| -rw-r--r-- | include/vis.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vis.h b/include/vis.h index fe4e2c9fa78..1d5ceedb9ad 100644 --- a/include/vis.h +++ b/include/vis.h @@ -1,4 +1,4 @@ -/* $NetBSD: vis.h,v 1.7 1997/10/22 00:54:01 fvdl Exp $ */ +/* $NetBSD: vis.h,v 1.8 1997/11/04 23:36:25 thorpej Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -84,7 +84,7 @@ int strunvis __P((char *, const char *)); int unvis __P((char *, char, int *, int)); int __unvis13 __P((char *, int, int *, int)); #else -int unvis __P((char *, int, int *, int)) __RENAME("__unvis13"); +int unvis __P((char *, int, int *, int)) __RENAME(__unvis13); #endif __END_DECLS |
