comparison src/sound.c @ 46293:1fb8f75062c6

Use macro SPECPDL_INDEX.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 11 Jul 2002 14:18:02 +0000
parents 6e2fa2a3081b
children 40db0673e6f0
comparison
equal deleted inserted replaced
46292:712d0161e499 46293:1fb8f75062c6
400 Lisp_Object file; 400 Lisp_Object file;
401 struct gcpro gcpro1, gcpro2; 401 struct gcpro gcpro1, gcpro2;
402 struct sound_device sd; 402 struct sound_device sd;
403 struct sound s; 403 struct sound s;
404 Lisp_Object args[2]; 404 Lisp_Object args[2];
405 int count = specpdl_ptr - specpdl; 405 int count = SPECPDL_INDEX ();
406 406
407 file = Qnil; 407 file = Qnil;
408 GCPRO2 (sound, file); 408 GCPRO2 (sound, file);
409 bzero (&sd, sizeof sd); 409 bzero (&sd, sizeof sd);
410 bzero (&s, sizeof s); 410 bzero (&s, sizeof s);