Add some blank lines to improve readability.
[deliverable/binutils-gdb.git] / gas / sb.c
index b48b07616ea97c0c4535a50b37cd8d91b1962415..b6af2ef78776b24370cd22213c15939668f37ddc 100644 (file)
--- a/gas/sb.c
+++ b/gas/sb.c
@@ -63,6 +63,7 @@ sb_build (ptr, size)
   /* see if we can find one to allocate */
   sb_element *e;
 
+#undef abort
   if (size > sb_max_power_two)
     abort ();
 
This page took 0.022679 seconds and 4 git commands to generate.