summaryrefslogtreecommitdiffstats
path: root/mac/tkMacAppearanceStubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mac/tkMacAppearanceStubs.c')
-rwxr-xr-xmac/tkMacAppearanceStubs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mac/tkMacAppearanceStubs.c b/mac/tkMacAppearanceStubs.c
index 0c44864..0fd0fee 100755
--- a/mac/tkMacAppearanceStubs.c
+++ b/mac/tkMacAppearanceStubs.c
@@ -23,7 +23,6 @@
* them in shell calls.
*/
-#pragma export on
pascal OSStatus
MoveWindowStructure(
WindowPtr window,
@@ -103,4 +102,3 @@ IsValidWindowPtr(GrafPtr grafPort)
return true;
}
-#pragma export reset