Sync to wine-1.1.1:
[reactos.git] / reactos / tools / widl / typelib.c
index b646435..c79f016 100644 (file)
@@ -69,6 +69,7 @@ type_t *alias(type_t *t, const char *name)
   a->kind = TKIND_ALIAS;
   a->attrs = NULL;
   a->declarray = FALSE;
+  init_loc_info(&a->loc_info);
 
   return a;
 }