diff options
Diffstat (limited to 'gcc/config/vms/vms-protos.h')
-rw-r--r-- | gcc/config/vms/vms-protos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/vms/vms-protos.h b/gcc/config/vms/vms-protos.h index 04dcd606999..c313638eae2 100644 --- a/gcc/config/vms/vms-protos.h +++ b/gcc/config/vms/vms-protos.h @@ -17,5 +17,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ +/* vms-c.c */ +extern void vms_c_register_pragma (void); + /* vms.c */ void vms_patch_builtins (void); |