| 6 |
details. |
details. |
| 7 |
|
|
| 8 |
Command-line based frontend |
Command-line based frontend |
| 9 |
$Id: main.c,v 1.7 2002/03/09 03:05:36 weaselp Exp $ */ |
$Id: main.c,v 1.8 2002/07/24 07:00:16 rabbi Exp $ */ |
| 10 |
|
|
| 11 |
|
|
| 12 |
#include "mix3.h" |
#include "mix3.h" |
| 296 |
goto end; |
goto end; |
| 297 |
} |
} |
| 298 |
if (type_list) { |
if (type_list) { |
| 299 |
if (file_to_out(TYPE2LIST) < 0) { |
if (print_type2list() < 0) { |
| 300 |
fprintf(stderr, "File %s not found.\n", TYPE2LIST); |
fprintf(stderr, "Cannot print type2.list.\n"); |
| 301 |
|
ret = 2; |
| 302 |
} |
} |
| 303 |
goto end; |
goto end; |
| 304 |
} |
} |