[COMMITTED] algol68: remove definitions of unused A68_ALIGN and A68_ALIGNMENT

Jose E. Marchesi jemarch@gnu.org
Sat Mar 15 10:28:19 GMT 2025


---
 gcc/algol68/a68.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gcc/algol68/a68.h b/gcc/algol68/a68.h
index 09f7fa07759..ec6bf9f9f68 100644
--- a/gcc/algol68/a68.h
+++ b/gcc/algol68/a68.h
@@ -27,10 +27,6 @@
 #define BUFCLR(z) {memset ((z), 0, BUFFER_SIZE + 1);}
 #define MOID_ERROR_WIDTH 80
 
-/* XXX no alignment.  */
-#define A68_ALIGN(s) ((int) ((s) % A68_ALIGNMENT) == 0 ? (s) : ((s) - (s) % A68_ALIGNMENT + A68_ALIGNMENT))
-#define A68_ALIGNMENT 1
-
 #define TO_UCHAR(c) ((c) >= 0 ? (int) (c) : (int) (UCHAR_MAX + (int) (c) + 1))
 
 #define MAXIMISE(u, v) ((u) = MAX (u, v))
-- 
2.30.2



More information about the Algol68 mailing list