* magic.h: Renamed to gmagic.h to avoid <magic.h> conflict.

* magic.c:  Renamed to gmagic.c in sympathy.
	* eval.c, gmagic.c, config/tm-magic.h:
 	Include "gmagic.h" rather than "magic.h".
This commit is contained in:
Fred Fish
1995-11-28 19:33:22 +00:00
parent c6e4e83496
commit bfe8f51619
8 changed files with 1288 additions and 1281 deletions

View File

@@ -17,7 +17,7 @@ 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 "magic.h"
#include "gmagic.h"
#define TARGET_SYMFILE_POSTREAD(OBJFILE) init_magic ()