You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/bb/files/bb-1.3.0_rc1-noattr.patch

16 lines
513 B

# remove __attribute__
--- a/timers.h Thu Apr 26 18:04:22 2001
+++ b/timers.h Sun Dec 9 18:44:31 2007
@@ -49,8 +49,8 @@
extern tl_group *syncgroup, *asyncgroup;
void tl_sleep (int);
void tl_allegromode (int mode); /*Just for djgpp */
-int tl_lookup_timer (tl_timer * t) REGISTERS (3);
-void tl_reset_timer (tl_timer * t) REGISTERS (3);
+int tl_lookup_timer (tl_timer * t);
+void tl_reset_timer (tl_timer * t);
struct timeemulator *tl_create_emulator(void);
void tl_free_emulator(struct timeemulator *t);