diff --git a/lib/libc/stdlib/cvt.c b/lib/libc/stdlib/cvt.c index 3fb8a64..411f76c 100644 --- a/lib/libc/stdlib/cvt.c +++ b/lib/libc/stdlib/cvt.c @@ -2,11 +2,15 @@ * Floating point conversion routines. * Devin Reade, 1997. * - * $Id: cvt.c,v 1.1 1997/09/05 06:31:59 gdr Exp $ + * $Id: cvt.c,v 1.2 1997/09/21 06:20:37 gdr Exp $ * * This file is formatted with tab stops every 8 columns. */ +#ifdef __ORCAC__ +segment "libc_stdlb"; +#endif + #include #include #include