comparison src/help.cc @ 1155:22741d6ed818

[project @ 1995-02-27 04:26:21 by jwe]
author jwe
date Mon, 27 Feb 1995 04:28:56 +0000
parents 26d986865487
children b6360f2d4fa6
comparison
equal deleted inserted replaced
1154:cdfbe8141ef6 1155:22741d6ed818
66 // XXX FIXME XXX 66 // XXX FIXME XXX
67 #undef __FUNCTION_DEF 67 #undef __FUNCTION_DEF
68 #include <readline/tilde.h> 68 #include <readline/tilde.h>
69 } 69 }
70 70
71 extern "C" 71 #include "pathsearch.h"
72 {
73 #define boolean kpathsea_boolean
74 #define false kpathsea_false
75 #define true kpathsea_true
76 #include <kpathsea/pathsearch.h>
77 }
78 72
79 static help_list operators[] = 73 static help_list operators[] =
80 { 74 {
81 { "!", 75 { "!",
82 "Logical not operator. See also `~'.\n", }, 76 "Logical not operator. See also `~'.\n", },
514 list_in_columns (output_buf, names); 508 list_in_columns (output_buf, names);
515 509
516 delete [] names; 510 delete [] names;
517 } 511 }
518 } 512 }
513
519 path_elt = kpse_path_element (0); 514 path_elt = kpse_path_element (0);
520 } 515 }
521 516
522 additional_help_message (output_buf); 517 additional_help_message (output_buf);
523 output_buf << ends; 518 output_buf << ends;