1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

* async.c: Moved `min' macro to _scm.h.

This commit is contained in:
Mikael Djurfeldt 1996-10-14 03:24:09 +00:00
parent 462a6f1f0c
commit 8cac820d17

View file

@ -85,8 +85,6 @@
*/
#define min(A,B) ((A) < (B) ? (A) : (B))
unsigned int scm_async_clock = 20;
static unsigned int scm_async_rate = 20;