1
0
mirror of https://github.com/simh/simh.git synced 2026-04-27 04:26:41 +00:00

Added support for building on Solaris with the Sun C compiler

This commit is contained in:
Mark Pizzolato
2013-03-17 16:50:57 -07:00
parent 97bbd34828
commit 0605b6dff4
7 changed files with 17 additions and 9 deletions

View File

@@ -541,8 +541,6 @@ fprintf (st, " -E Must Exist (if not specified an attempt to create
fprintf (st, " virtual tape will be attempted).\n");
fprintf (st, " -F Open the indicated tape container in a specific format (default\n");
fprintf (st, " is SIMH, alternatives are E11, TPC and P7B)\n");
return SCPE_OK;
return SCPE_OK;
}