From: Mapi B. <ma...@us...> - 2009-10-17 13:46:03
|
Update of /cvsroot/easycalc/PPCport/compat In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30861 Added Files: segment.h Log Message: 1.25a Compiling, linking, running, limited function set, with bugs --- NEW FILE: segment.h --- /* * $Id: segment.h,v 1.1 2009/10/17 13:45:50 mapibid Exp $ * * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. */ #ifndef _SEGMENT_H_ #define _SEGMENT_H_ #define MLIB_SECTION #define MLIB MLIB_SECTION #define BASEFUNC_SECTION #define BASEFUNC BASEFUNC_SECTION #define IFACE_SECTION #define IFACE IFACE_SECTION #define SPECFUN_SECTION #define SPECFUN SPECFUN_SECTION #define GRAPH_SECTION #define GRAPH GRAPH_SECTION #define NEWFUNC_SECTION #define NEWFUNC NEWFUNC_SECTION #define PARSER_SECTION #define PARSER PARSER_SECTION #define MATFUNC_SECTION #define MATFUNC MATFUNC_SECTION #endif |