comparison src/config.h.in @ 5510:6b3caa55668c

Remove the LOSING_BYTECODE compile-time option, it's been off since 1997. 2011-05-20 Aidan Kehoe <kehoea@parhasard.net> * config.h.in: * data.c (Faref): * fns.c (check_losing_bytecode): * fns.c (concat): * fns.c (Felt): Remove the LOSING_BYTECODE compile-time option entirely. It allowed access to the elements of a compiled function using #'aref, and has been turned off since 1997.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 20 May 2011 12:16:42 +0100
parents ac37a5f7e5be
children a142ad1a9140
comparison
equal deleted inserted replaced
5509:9ac0016d8fe8 5510:6b3caa55668c
945 945
946 #if defined (__cplusplus) && !defined (NOT_C_CODE) 946 #if defined (__cplusplus) && !defined (NOT_C_CODE)
947 } 947 }
948 #endif 948 #endif
949 949
950 /* This will be removed in 19.15. */
951 /* Hah! Try 20.3 ... */
952 /* Hah! Try never ... */
953 /* If at first you don't succeed, try, try again. */
954 /* #define LOSING_BYTECODE */
955
956 /* USER_FULL_NAME returns a string that is the user's full name. 950 /* USER_FULL_NAME returns a string that is the user's full name.
957 It can assume that the variable `pw' points to the password file 951 It can assume that the variable `pw' points to the password file
958 entry for this user. 952 entry for this user.
959 953
960 At some sites, the pw_gecos field contains the user's full name. 954 At some sites, the pw_gecos field contains the user's full name.