Skip to content

Commit a9db408

Browse files
Merge branch 'refactor-syntax_unicode_wrappers' into refactor-syntax_unicode_EPreversion
Conflicts: engine/src/express.cpp engine/src/handler.cpp
2 parents 56b6159 + c8c7701 commit a9db408

File tree

256 files changed

+286
-283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+286
-283
lines changed

engine/src/aclip.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
2222
#include "parsedef.h"
2323
#include "mcio.h"
2424

25-
#include "execpt.h"
25+
//#include "execpt.h"
2626
#include "util.h"
2727
#include "date.h"
2828
#include "sellst.h"

engine/src/answer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
2222
#include "parsedef.h"
2323

2424
#include "globals.h"
25-
#include "execpt.h"
25+
//#include "execpt.h"
2626
#include "scriptpt.h"
2727
#include "util.h"
2828
#include "date.h"

engine/src/answer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
1818
#define __COMMANDS_ANSWER_H
1919

2020
#ifndef __EXECUTION_POINT_H
21-
#include "execpt.h"
21+
//#include "execpt.h"
2222
#endif
2323

2424
#ifndef __VARIABLE_H

engine/src/ask.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
2121
#include "objdefs.h"
2222
#include "parsedef.h"
2323

24-
#include "execpt.h"
24+
//#include "execpt.h"
2525
#include "scriptpt.h"
2626
#include "util.h"
2727
#include "date.h"

engine/src/ask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
1818
#define __COMMANDS_ASK_H
1919

2020
#ifndef __EXECUTION_POINT_H
21-
#include "execpt.h"
21+
//#include "execpt.h"
2222
#endif
2323

2424
#ifndef __VARIABLE_H

engine/src/bitmapeffect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
2020
#include "filedefs.h"
2121
#include "objdefs.h"
2222
#include "parsedef.h"
23-
#include "execpt.h"
23+
//#include "execpt.h"
2424

2525
#include "dispatch.h"
2626
#include "image.h"

engine/src/button.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
2222
#include "parsedef.h"
2323
#include "mcio.h"
2424

25-
#include "execpt.h"
25+
//#include "execpt.h"
2626
#include "sellst.h"
2727
#include "util.h"
2828
#include "font.h"

engine/src/buttondraw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
2121
#include "objdefs.h"
2222
#include "parsedef.h"
2323

24-
#include "execpt.h"
24+
//#include "execpt.h"
2525
#include "sellst.h"
2626
#include "util.h"
2727
#include "font.h"

engine/src/capsule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
2222
#include "parsedef.h"
2323
#include "mcio.h"
2424

25-
#include "execpt.h"
25+
//#include "execpt.h"
2626
#include "dispatch.h"
2727
#include "stack.h"
2828
#include "globals.h"

engine/src/card.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
2222
#include "parsedef.h"
2323
#include "mcio.h"
2424

25-
#include "execpt.h"
25+
//#include "execpt.h"
2626
#include "util.h"
2727
#include "stack.h"
2828
#include "tooltip.h"

0 commit comments

Comments
 (0)