comparison anagram/agcore/sums.h @ 22:5581ef01f993

Regen all the AG output. This also fixes the line number output in the tools (cgbigen/helpgen/help2html), apparently because those files weren't regenerated last go.
author David A. Holland
date Mon, 13 Jun 2022 00:06:39 -0400
parents 13d2b8934445
children
comparison
equal deleted inserted replaced
21:1c9dac05d040 22:5581ef01f993
1 #ifndef SUMS_H_1198348435 1 #ifndef SUMS_H_1655092739
2 #define SUMS_H_1198348435 2 #define SUMS_H_1655092739
3 3
4 typedef union { 4 typedef union {
5 long alignment; 5 long alignment;
6 char ag_vt_2[sizeof(int)]; 6 char ag_vt_2[sizeof(int)];
7 char ag_vt_4[sizeof(summable)]; 7 char ag_vt_4[sizeof(summable)];