b5120d3f01
the changes only span 6 months, they do include a complete rework of the release numbering system. See the Changes file for full details, but the highlights are: - Readonly files are not editable when loaded. - updated some modes (HTML) - new modes (sml, mod3, sl, sql, 4gl, sgml) - new commands: - RunProgramAsync - new macro expansion variables: - FileDirectory - FileBaseName - FileExtension - X11: support for I18N, XMB
10 lines
271 B
Text
10 lines
271 B
Text
--- src/sysdep.h.orig Sun Apr 13 14:43:59 2003
|
|
+++ src/sysdep.h Sun Apr 13 13:54:17 2003
|
|
@@ -38,6 +38,7 @@
|
|
!defined(IRIX) && \
|
|
!defined(SCO) && \
|
|
!defined(SUNOS) && \
|
|
+ !defined(FREEBSD) && \
|
|
!defined(NCR)
|
|
# error Target not supported.
|
|
#endif
|