Move it under XPG4 define

This commit is contained in:
Andrey A. Chernov
1997-09-25 23:20:26 +00:00
parent bed2de7d4c
commit 3f2fd98c12
+2
View File
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
#ifdef XPG4
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)mskanji.c 1.0 (Phase One) 5/5/95";
#endif /* LIBC_SCCS and not lint */
@@ -103,3 +104,4 @@ _MSKanji_sputrune(c, string, n, result)
}
return len;
}
#endif /* XPG4 */