diff -ruNw Wx-Scintilla-0.30/wx-scintilla/src/scintilla/src/LexAda.cxx Wx-Scintilla-0.30-copy/wx-scintilla/src/scintilla/src/LexAda.cxx
|
old
|
new
|
|
| 10 | 10 | #include <stdio.h> |
| 11 | 11 | #include <stdarg.h> |
| 12 | 12 | #include <assert.h> |
| 13 | | |
| | 13 | #include <ctype.h> |
| | 14 | #ifdef _MSC_VER |
| | 15 | #pragma warning(disable: 4786) |
| | 16 | #endif |
| 14 | 17 | #include <string> |
| 15 | 18 | |
| 16 | 19 | #include "ILexer.h" |
diff -ruNw Wx-Scintilla-0.30/wx-scintilla/src/scintilla/src/LexMPT.cxx Wx-Scintilla-0.30-copy/wx-scintilla/src/scintilla/src/LexMPT.cxx
|
old
|
new
|
|
| 12 | 12 | #include <stdio.h> |
| 13 | 13 | #include <stdarg.h> |
| 14 | 14 | #include <assert.h> |
| 15 | | |
| | 15 | #include <ctype.h> |
| | 16 | #ifdef _MSC_VER |
| | 17 | #pragma warning(disable: 4786) |
| | 18 | #endif |
| 16 | 19 | #include <string> |
| 17 | 20 | |
| 18 | 21 | #include "ILexer.h" |
diff -ruNw Wx-Scintilla-0.30/wx-scintilla/src/scintilla/src/LexSpice.cxx Wx-Scintilla-0.30-copy/wx-scintilla/src/scintilla/src/LexSpice.cxx
|
old
|
new
|
|
| 10 | 10 | #include <stdio.h> |
| 11 | 11 | #include <stdarg.h> |
| 12 | 12 | #include <assert.h> |
| 13 | | |
| | 13 | #include <ctype.h> |
| | 14 | #ifdef _MSC_VER |
| | 15 | #pragma warning(disable: 4786) |
| | 16 | #endif |
| 14 | 17 | #include <string> |
| 15 | 18 | |
| 16 | 19 | #include "ILexer.h" |