X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fimpl.h;h=91168ed71fd727b92d7fa8516a6e8b348c846d74;hp=83b0e81f77180f89951c9e86dd8f542df09f4260;hb=f15288e185e65bcdfde87c217fb6bd7ff12eb653;hpb=e11280a7b6ed67a4d79b14569ca06131ea2338bd diff --git a/src/types/impl.h b/src/types/impl.h index 83b0e81..91168ed 100644 --- a/src/types/impl.h +++ b/src/types/impl.h @@ -42,6 +42,7 @@ struct psi_impl { struct psi_plist *let; struct psi_plist *set; struct psi_plist *fre; + struct psi_plist *ass; } stmts; };