tcl global directive outside proc body does nothing (binutils)
[deliverable/binutils-gdb.git] / binutils / windmc.h
index 08a77062609301771ddcb2355d743a9c3627f950..5c74124f442cad7301a4d5ba6567a77aa4c980ad 100644 (file)
@@ -1,13 +1,12 @@
 /* windmc.h -- header file for windmc program.
-   Copyright 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 2007-2020 Free Software Foundation, Inc.
    Written by Kai Tietz, Onevision.
 
    This file is part of GNU Binutils.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -67,6 +66,7 @@ typedef struct mc_node
   unichar *symbol;
   rc_uint_type id;
   rc_uint_type vid;
+  unichar *id_typecast;
   mc_node_lang *sub;
 } mc_node;
 
This page took 0.040036 seconds and 4 git commands to generate.