Mercurial > hg > octave-nkf
comparison src/DLD-FUNCTIONS/minmax.cc @ 3014:38de16594cb4
[project @ 1997-06-02 20:28:09 by jwe]
author | jwe |
---|---|
date | Mon, 02 Jun 1997 20:35:37 +0000 |
parents | 295f037b4b3e |
children | 0d640dc625c7 |
comparison
equal
deleted
inserted
replaced
3013:66a1cede95e7 | 3014:38de16594cb4 |
---|---|
28 #include "oct-math.h" | 28 #include "oct-math.h" |
29 | 29 |
30 #include "defun-dld.h" | 30 #include "defun-dld.h" |
31 #include "error.h" | 31 #include "error.h" |
32 #include "gripes.h" | 32 #include "gripes.h" |
33 #include "help.h" | |
34 #include "oct-obj.h" | 33 #include "oct-obj.h" |
35 | 34 |
36 #ifndef MAX | 35 #ifndef MAX |
37 #define MAX(a,b) ((a) > (b) ? (a) : (b)) | 36 #define MAX(a,b) ((a) > (b) ? (a) : (b)) |
38 #endif | 37 #endif |