summaryrefslogtreecommitdiff
path: root/src/auto/configure
diff options
context:
space:
mode:
Diffstat (limited to 'src/auto/configure')
-rwxr-xr-xsrc/auto/configure10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/auto/configure b/src/auto/configure
index 6673de85a..7a65bec0a 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -4188,14 +4188,10 @@ int
main ()
{
- struct with_flexible_member {
- int count; // comment
- char text[]; // another comment
- };
enum {
- one,
- two,
- three,
+ one, // one comment
+ two, // two comments
+ three, // three comments
};
long long int a = 1;
long long unsigned b = 2;