*: add optimization barrier to all "G trick" locations
[oweals/busybox.git] / editors / vi.c
index 6f4bd06f2853750d55d622d38a3b1be6a0239d4e..d2d26703665f0bb4f52e19c2c815b64e4b806a25 100644 (file)
@@ -233,7 +233,7 @@ struct globals {
 #define readbuffer     (G.readbuffer    )
 #define scr_out_buf    (G.scr_out_buf   )
 #define INIT_G() do { \
-       PTR_TO_GLOBALS = xzalloc(sizeof(G)); \
+       SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
 } while (0)
 
 static int init_text_buffer(char *); // init from file or create new