|
From: <and...@us...> - 2006-04-09 13:52:06
|
Revision: 1240 Author: andreradke Date: 2006-04-09 06:51:53 -0700 (Sun, 09 Apr 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1240&view=rev Log Message: ----------- Delete byteorder.c: File is obsolete, code moved to byteorder.h. Removed Paths: ------------- Frontier/trunk/Common/source/byteorder.c Deleted: Frontier/trunk/Common/source/byteorder.c =================================================================== --- Frontier/trunk/Common/source/byteorder.c 2006-04-09 13:50:27 UTC (rev 1239) +++ Frontier/trunk/Common/source/byteorder.c 2006-04-09 13:51:53 UTC (rev 1240) @@ -1,34 +0,0 @@ - -/* $Id: $ */ - -/****************************************************************************** - - UserLand Frontier(tm) -- High performance Web content management, - object database, system-level and Internet scripting environment, - including source code editing and debugging. - - Copyright (C) 1992-2004 UserLand Software, Inc. - - 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -******************************************************************************/ - -#include "frontier.h" -#include "standard.h" - -#include "byteorder.h" - - -/* now empty, code moved to byteorder.h so it can be inlined */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |