Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Dec 02, 2002 at 10:40:12AM +0100, Lars Gullik Bjønnes wrote: | > my editor says that this file ends with a newline... | | poenitz@millo:/usr/src/lyx/lyx-devel/src/mathed > hexdump | math_lefteqninset.C | tail -n 10
And why do you think this tell you the truth? (see if you can find _any_ '\n' in your dump...) | 0000260 7461 4c68 6665 6574 6e71 6e49 6573 3a74 | 0000270 6e3a 6d61 2865 2029 6f63 736e 0a74 0a7b | 0000280 7209 7465 7275 206e 6c22 6665 6574 6e71 | 0000290 3b22 7d0a 0a0a 760a 696f 2064 614d 6874 | 00002a0 654c 7466 7165 496e 736e 7465 3a3a 6e69 | 00002b0 6f66 7a69 2865 7473 3a64 6f3a 7473 6572 | 00002c0 6d61 2620 6f20 2973 6320 6e6f 7473 7b0a | 00002d0 090a 736f 3c20 203c 4c22 6665 6574 6e71 | 00002e0 2220 0a3b 0a7d | 00002e6 hexdump -c < math_lefteqninset.C | tail -n 10 0000260 a t h L e f t e q n I n s e t : 0000270 : n a m e ( ) c o n s t \n { \n 0000280 \t r e t u r n " l e f t e q n 0000290 " ; \n } \n \n \n v o i d M a t h 00002a0 L e f t e q n I n s e t : : i n 00002b0 f o i z e ( s t d : : o s t r e 00002c0 a m & o s ) c o n s t \n { 00002d0 \n \t o s < < " L e f t e q n 00002e0 " ; \n } \n 00002e6 -- Lgb