File 0006-Remove-unneeded-return-value.patch of Package graywolf

diff -up graywolf-0.1.6/src/twmc/initialize.c.aaaa graywolf-0.1.6/src/twmc/initialize.c
--- graywolf-0.1.6/src/twmc/initialize.c.aaaa	2021-11-01 10:16:31.069162765 +0100
+++ graywolf-0.1.6/src/twmc/initialize.c	2021-11-01 10:16:31.081161818 +0100
@@ -864,7 +864,7 @@ ptrS->orientList[HOWMANYORIENT]++ ;
 */
 void set_cur_orient( INT orient )
 {
-ERRORABORTINT() ;
+ERRORABORT() ;
 
 ptrS->orient = orient ;
 } /* end set_cur_orient */
diff -up graywolf-0.1.6/src/twsc/parser.c.aaaa graywolf-0.1.6/src/twsc/parser.c
--- graywolf-0.1.6/src/twsc/parser.c.aaaa	2021-11-01 10:20:23.306846903 +0100
+++ graywolf-0.1.6/src/twsc/parser.c	2021-11-01 10:21:21.742237361 +0100
@@ -978,7 +978,7 @@ BOOL unequiv_flag ;
 
 void add_port(char *portname, char *signal, int layer, INT xpos, INT ypos )
 {
-    ERRORABORTINT() ;
+    ERRORABORT() ;
     addCell( portname, PORTTYPE ) ;
     add_tile( 0, 0, 0, 0 ) ;
     /* now perform overrides */
openSUSE Build Service is sponsored by