Fix file mode.
[llvm-testsuite.git] / MultiSource / Applications / kimwitu++ / abs.cc
blob8d391f133dd801aa3d620fb13d57248f384803ff
1 /* translation of file "abs.k" */
2 /* generated by:
3 * @(#)$Author$
4 */
5 #define KC_FUNCTIONS_abs_
7 #include <stdlib.h>
8 #include "k.h"
9 #include "abs.h"
10 namespace kc { }
11 using namespace kc;
12 /* included stuff */
14 // The Termprocessor Kimwitu++
16 // Copyright (C) 1991 University of Twente, Dept TIOS.
17 // Copyright (C) 1998-2003 Humboldt-University of Berlin, Institute of Informatics
18 // All rights reserved.
20 // Kimwitu++ is free software; you can redistribute it and/or modify
21 // it under the terms of the GNU General Public License as published by
22 // the Free Software Foundation; either version 2 of the License, or
23 // (at your option) any later version.
25 // Kimwitu++ is distributed in the hope that it will be useful,
26 // but WITHOUT ANY WARRANTY; without even the implied warranty of
27 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 // GNU General Public License for more details.
30 // You should have received a copy of the GNU General Public License
31 // along with Kimwitu++; if not, write to the Free Software
32 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
35 static char abs_kAccesSid[] = "@(#)$Id$";
37 /* end included stuff */
40 namespace kc {
42 #ifndef KC_TRACE_PROVIDED
43 #define KC_TRACE_PROVIDED(COND,FILE,LINE,NODE) COND
44 #endif
46 impl_fileline_FileLine::impl_fileline_FileLine(casestring _file, int _line)
48 file = (_file!=0) ? _file : mkcasestring("");
49 line=_line;
54 } // namespace kc