diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/data.c b/src/data.c index 8b9a158ef27..34896fe980b 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -137,15 +137,6 @@ args_out_of_range_3 (a1, a2, a3) | |||
| 137 | Fsignal (Qargs_out_of_range, Fcons (a1, Fcons (a2, Fcons (a3, Qnil)))); | 137 | Fsignal (Qargs_out_of_range, Fcons (a1, Fcons (a2, Fcons (a3, Qnil)))); |
| 138 | } | 138 | } |
| 139 | 139 | ||
| 140 | Lisp_Object | ||
| 141 | make_number (num) | ||
| 142 | int num; | ||
| 143 | { | ||
| 144 | register Lisp_Object val; | ||
| 145 | XSETINT (val, num); | ||
| 146 | return val; | ||
| 147 | } | ||
| 148 | |||
| 149 | /* On some machines, XINT needs a temporary location. | 140 | /* On some machines, XINT needs a temporary location. |
| 150 | Here it is, in case it is needed. */ | 141 | Here it is, in case it is needed. */ |
| 151 | 142 | ||