Mercurial > hg > octave-lyh
comparison src/help.cc @ 1466:2f85a175308f
[project @ 1995-09-22 07:48:59 by jwe]
author | jwe |
---|---|
date | Fri, 22 Sep 1995 07:56:05 +0000 |
parents | cd6c9be7337c |
children | 89c587478067 |
comparison
equal
deleted
inserted
replaced
1465:3bb3848031a0 | 1466:2f85a175308f |
---|---|
34 | 34 |
35 #ifdef HAVE_UNISTD_H | 35 #ifdef HAVE_UNISTD_H |
36 #include <sys/types.h> | 36 #include <sys/types.h> |
37 #include <unistd.h> | 37 #include <unistd.h> |
38 #endif | 38 #endif |
39 | |
40 #include <readline/tilde.h> | |
39 | 41 |
40 #include "defun.h" | 42 #include "defun.h" |
41 #include "dirfns.h" | 43 #include "dirfns.h" |
42 #include "error.h" | 44 #include "error.h" |
43 #include "help.h" | 45 #include "help.h" |
44 #include "oct-obj.h" | 46 #include "oct-obj.h" |
45 #include "octave.h" | 47 #include "octave.h" |
46 #include "pager.h" | 48 #include "pager.h" |
49 #include "pathsearch.h" | |
47 #include "sighandlers.h" | 50 #include "sighandlers.h" |
48 #include "symtab.h" | 51 #include "symtab.h" |
49 #include "tree-const.h" | 52 #include "tree-const.h" |
50 #include "tree-expr.h" | 53 #include "tree-expr.h" |
51 #include "tree-expr.h" | 54 #include "tree-expr.h" |
52 #include "user-prefs.h" | 55 #include "user-prefs.h" |
53 #include "utils.h" | 56 #include "utils.h" |
54 #include "variables.h" | 57 #include "variables.h" |
55 | |
56 extern "C" | |
57 { | |
58 // XXX FIXME XXX | |
59 #undef __FUNCTION_DEF | |
60 #include <readline/tilde.h> | |
61 } | |
62 | |
63 #include "pathsearch.h" | |
64 | 58 |
65 static help_list operators[] = | 59 static help_list operators[] = |
66 { | 60 { |
67 { "!", | 61 { "!", |
68 "Logical not operator. See also `~'.\n", }, | 62 "Logical not operator. See also `~'.\n", }, |