Skip to content

Commit 2c317a2

Browse files
[muparser] Remove muParserFixes.h
This appears to be random pragmas for ICC only.
1 parent 886341f commit 2c317a2

File tree

4 files changed

+0
-65
lines changed

4 files changed

+0
-65
lines changed

fish.xcodeproj/project.pbxproj

-2
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,6 @@
804804
D06821FD1F51498700040321 /* muParserBytecode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = muParserBytecode.h; sourceTree = "<group>"; };
805805
D06821FE1F51498700040321 /* muParserCallback.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = muParserCallback.h; sourceTree = "<group>"; };
806806
D06821FF1F51498700040321 /* muParserDef.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = muParserDef.h; sourceTree = "<group>"; };
807-
D06822021F51498700040321 /* muParserFixes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = muParserFixes.h; sourceTree = "<group>"; };
808807
D06822031F51498700040321 /* muParserInt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = muParserInt.h; sourceTree = "<group>"; };
809808
D06822061F51498700040321 /* muParserTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = muParserTest.h; sourceTree = "<group>"; };
810809
D06822071F51498700040321 /* muParserToken.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = muParserToken.h; sourceTree = "<group>"; };
@@ -1051,7 +1050,6 @@
10511050
D06821FD1F51498700040321 /* muParserBytecode.h */,
10521051
D06821FE1F51498700040321 /* muParserCallback.h */,
10531052
D06821FF1F51498700040321 /* muParserDef.h */,
1054-
D06822021F51498700040321 /* muParserFixes.h */,
10551053
D06822031F51498700040321 /* muParserInt.h */,
10561054
D06822061F51498700040321 /* muParserTest.h */,
10571055
D06822071F51498700040321 /* muParserToken.h */,

muparser-2.2.5/Makefile.in

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ MUPARSER_LIB_HEADERS = \
5959
include/muParserBytecode.h \
6060
include/muParserCallback.h \
6161
include/muParserDef.h \
62-
include/muParserFixes.h \
6362
include/muParserInt.h \
6463
include/muParserTest.h \
6564
include/muParserToken.h \

muparser-2.2.5/include/muParserDef.h

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
#include <string>
3434
#include <vector>
3535

36-
#include "muParserFixes.h"
37-
3836
/** \file
3937
\brief This file contains standard definitions used by the parser.
4038
*/

muparser-2.2.5/include/muParserFixes.h

-60
This file was deleted.

0 commit comments

Comments
 (0)