Skip to content

Commit

Permalink
Slight cleanups to get less empty lines in the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
albert committed Mar 27, 2007
1 parent c168932 commit df01be5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions ci86.gnr
Original file line number Diff line number Diff line change
Expand Up @@ -1084,11 +1084,11 @@ ENDIF1:

})_C{}_END_({_LINUX_C_})

_LINUX_N_({
_HOSTED_LINUX_({
_C{ 4.15.3.2}
ciforth:
dnl ciforth:
_start:
})_C{}_END_({_LINUX_N_})
})_C{}_END_({_HOSTED_LINUX_})
COLD_ENTRY:
CLD _C{ DIR = INC}
_THREADS_({
Expand Down
14 changes: 5 additions & 9 deletions msdos.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ dnl $Id$
dnl Copyright(2000): Albert van der Horst, HCC FIG Holland by GNU Public License
divert(-1)
include(default.m4)
define( {_HOSTED_}, _yes )dnl
define( {_HOSTED_}, _yes )dnl
define( {_MODERN_}, _yes )dnl
define( {_REAL_}, _yes )dnl
define( {_BITS16_}, _yes )dnl
define(M4_CELLWIDTH,2)dnl
define(M4_EM,0x10000)dnl
include(width16.m4)
define( {_REAL_}, _yes )dnl
define( {_BITS16_}, _yes )dnl
define(M4_CELLWIDTH,2)dnl
define(M4_EM,0x10000)dnl
dnl This stuf must go into postlude. Too disturbing for Joe user.
include(header.m4)
_PROTECTED_({include(protect.m4)})
dnl LEAVE THIS! THE BOOT CODE IS ALWAYS 16 BITS.
include(width16.m4)
divert

3 changes: 3 additions & 0 deletions names.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dnl Copyright(2000): Albert van der Horst, HCC FIG Holland by GNU Public License
dnl $Id$
divert(-1)dnl
include(VERSION)
Macros for names in the documentation
define({figforth},fig-Forth)
Expand All @@ -8,3 +9,5 @@ define({DFW},{{D.F.W.}})
define({_BITS_},_BITS16_({16})_BITS32_({32}))
define({_SEGMENT_},_PROTECTED_({selector}) _REAL_({descriptor}))
define({thisfilename},{ciforth})
divert{}dnl

0 comments on commit df01be5

Please sign in to comment.