[master] 2af77a57b Revert "Swap isomorphism subjects"

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Aug 26 17:23:08 UTC 2022


commit 2af77a57b033c8d0e288341e7fdd22ecf8eb64fd
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Aug 26 16:42:36 2022 +0200

    Revert "Swap isomorphism subjects"
    
    This reverts commit c722eb774e4fd5412de94a9cc01a49d9f0f3f76d.
    
    It didn't change anything and it certainly didn't fix anything either.

diff --git a/tools/coccinelle/varnish.iso b/tools/coccinelle/varnish.iso
index 3c9434185..e7034b296 100644
--- a/tools/coccinelle/varnish.iso
+++ b/tools/coccinelle/varnish.iso
@@ -18,11 +18,11 @@ Type
 type VCL_VOID;
 @@
 
-void <=> VCL_VOID
+VCL_VOID <=> void
 
 Type
 @ vcl_bool @
 type VCL_BOOL;
 @@
 
-unsigned <=> VCL_BOOL
+VCL_BOOL <=> unsigned


More information about the varnish-commit mailing list