Mercurial > hg > octave-nkf
comparison liboctave/Array.cc @ 386:c6eea89a2f09
[project @ 1994-03-15 23:21:56 by jwe]
author | jwe |
---|---|
date | Tue, 15 Mar 1994 23:21:56 +0000 |
parents | 1752b1ef8bac |
children | 3cef0ce5dd7d |
comparison
equal
deleted
inserted
replaced
385:31756232e2b7 | 386:c6eea89a2f09 |
---|---|
1005 // of an include file that contains typdefs for the desired types. | 1005 // of an include file that contains typdefs for the desired types. |
1006 // | 1006 // |
1007 // For example, if my-types.h contains typedefs for the Array types | 1007 // For example, if my-types.h contains typedefs for the Array types |
1008 // you are interested in, you might compile this file with the command | 1008 // you are interested in, you might compile this file with the command |
1009 // | 1009 // |
1010 // g++ -fexternal-templates -DUSER_EXTERNAL_TEMPLATES \ | 1010 // g++ -fexternal-templates -DUSE_EXTERNAL_TEMPLATES \ |
1011 // -DUSER_TYPEDEFS=\"my-types.h\" | 1011 // -DUSER_TYPEDEFS=\"my-types.h\" |
1012 | 1012 |
1013 #include USER_TYPEDEFS | 1013 #include USER_TYPEDEFS |
1014 | 1014 |
1015 #endif | 1015 #endif |