]> git.gag.com Git - fw/sdcc/blobdiff - support/regression/tests/bug-971834.c
removed ineffective pragma
[fw/sdcc] / support / regression / tests / bug-971834.c
index 4c23097a6e0c43f6bf741eeacfccab5a96541be3..ccbceb3acad34fa2cbb77dc1a47b9f69a9d6b1d6 100644 (file)
@@ -13,7 +13,6 @@ unsigned char ttt[] = {0xff, 1};
 unsigned char b;
 
 #if !defined(PORT_HOST)
-#  pragma save
 #  pragma disable_warning 84
 #endif
 
@@ -39,9 +38,6 @@ unsigned char orsh1 (void)
     }
   return b;
 }
-#if !defined(PORT_HOST)
-#  pragma restore
-#endif
 
 void
 testLR(void)