Mac port update

* Update Mac port to new options system.
* Update Mac-specific documentation.
* Remove hardcoded version strings.
* Remove obsolete popup_dialog.
This commit is contained in:
kmhugo
2002-03-20 06:33:45 +00:00
parent 07512a8d56
commit 2962e623d0
12 changed files with 174 additions and 729 deletions
+1 -6
View File
@@ -59,12 +59,7 @@ char def;
* If resp is NULL, any single character is accepted and returned.
*/
{
#if ENABLE_MAC_POPUP
if (iflags.popup_dialog)
return popup_yn_function(query, resp, def);
else
#endif
return topl_yn_function(query, resp, def);
}
/*topl.c*/
/* mactopl.c */