Mercurial > hg > octave-lyh
comparison src/ov-va-args.h @ 3503:d14c483b3c12
[project @ 2000-02-01 04:06:07 by jwe]
author | jwe |
---|---|
date | Tue, 01 Feb 2000 04:06:39 +0000 |
parents | 30770ba4457a |
children | b80bbb43a1a9 |
comparison
equal
deleted
inserted
replaced
3502:b5238ac1dca9 | 3503:d14c483b3c12 |
---|---|
23 #if !defined (octave_all_va_args_h) | 23 #if !defined (octave_all_va_args_h) |
24 #define octave_all_va_args_h 1 | 24 #define octave_all_va_args_h 1 |
25 | 25 |
26 #include <cstdlib> | 26 #include <cstdlib> |
27 | 27 |
28 #include <iostream> | |
28 #include <string> | 29 #include <string> |
29 | |
30 class ostream; | |
31 | 30 |
32 #include "mx-base.h" | 31 #include "mx-base.h" |
33 #include "str-vec.h" | 32 #include "str-vec.h" |
34 | 33 |
35 #include "error.h" | 34 #include "error.h" |