Differences From Artifact [834838dfbf]:
- Executable file
mttroot/mtt/bin/trans/make_stdin
— part of check-in
[058538fe27]
at
2002-05-07 13:48:43
on branch origin/master
— Improved clarity of code generated for -cc and -oct (except ode2odes).
Octave DEFUN_DLDs now call (rather than replace) their .cc equivalents. (user: geraint@users.sourceforge.net, size: 3489) [annotate] [blame] [check-ins using] [more...]
To Artifact [912a3db110]:
- Executable file mtt/bin/trans/make_stdin — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 3495) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/make_stdin — part of check-in [8f6bf3e294] at 2003-09-24 10:03:35 on branch origin/master — Fixed multi-line comment for new c++ syntax. (user: gawthrop@users.sourceforge.net, size: 3495) [annotate] [blame] [check-ins using]
︙ | |||
109 110 111 112 113 114 115 | 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | - - + + | { #elif (CODEGENTARGET == OCTAVEDLD) #include <octave/oct.h> #include <variables.h> #include "${Sys}_def.h" DEFUN_DLD (${Sys}_input, args, , |
︙ |