trivial diff: fix "Overful hbox" errors in library ref
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Nov 5 17:45:34 AEDT 1998
library/io.m:
library/lexer.m:
Wrap long lines, to avoid formatting problems in the library
reference manual.
Index: library/io.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/io.m,v
retrieving revision 1.166
diff -u -r1.166 io.m
--- io.m 1998/10/30 05:11:50 1.166
+++ io.m 1998/11/05 06:40:43
@@ -206,7 +206,8 @@
% computing term_contexts, for use e.g. in error messages).
% Offsets start at zero.
-:- pred io__read_from_string(string, string, int, io__read_result(T), posn, posn).
+:- pred io__read_from_string(string, string, int, io__read_result(T),
+ posn, posn).
:- mode io__read_from_string(in, in, in, out, in, out) is det.
% mode io__read_from_string(FileName, String, MaxPos, Result, Posn0, Posn):
% Same as io__read/4 except that it reads from
Index: library/lexer.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/lexer.m,v
retrieving revision 1.30
diff -u -r1.30 lexer.m
--- lexer.m 1998/05/21 16:52:09 1.30
+++ lexer.m 1998/11/05 06:41:34
@@ -60,7 +60,8 @@
:- pred lexer__string_get_token_list(string, offset, token_list, posn, posn).
:- mode lexer__string_get_token_list(in, in, out, in, out) is det.
-% lexer__string_get_token_list(String, MaxOffset, Tokens, InitialPos, FinalPos):
+% lexer__string_get_token_list(String, MaxOffset, Tokens,
+% InitialPos, FinalPos):
% Scan a list of tokens from a string,
% starting at the current offset specified by InitialPos.
% Keep scanning until either we encounter either an `end' token
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
More information about the developers
mailing list