1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Remove __hpux from conditional compilation.

This commit is contained in:
2019-08-07 13:17:26 +08:00
parent bc11a0c913
commit 8c1a8f16bf
5 changed files with 7 additions and 7 deletions

View File

@@ -214,7 +214,7 @@ struct name_bind names[] = {
#if PROC
{"store-procedure", storeproc},
#endif
#if BSD | __hpux | SVR4
#if BSD | SVR4
{"suspend-emacs", bktoshell},
#endif
{"transpose-characters", (fn_t) twiddle},