X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Flstream.c;h=801a0c10362c042903bde046c2338e41fa57879d;hb=a427521703d69ab8a90a1118e139da303f6d8024;hp=ed9849c01c20f00f4ee2a2808212d2871b261eda;hpb=3e447015251ce6dcde843cbed10d9033d5538622;p=chise%2Fxemacs-chise.git- diff --git a/src/lstream.c b/src/lstream.c index ed9849c..801a0c1 100644 --- a/src/lstream.c +++ b/src/lstream.c @@ -1705,5 +1705,7 @@ reinit_vars_of_lstream (void) void vars_of_lstream (void) { + INIT_LRECORD_IMPLEMENTATION (lstream); + reinit_vars_of_lstream (); }