diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-08 06:44:39 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-08 06:44:39 +0000 |
commit | 051b558dd22246ac72cccf428e4d4f6b4c1992d2 (patch) | |
tree | 1cd07ea7df0ca9424be5c1aeeb3c449637cf1100 /gcc/ada/i-vxwork.ads | |
parent | b93ceef6d15c21bec417c9f12ddebd0365e3b354 (diff) | |
download | gcc-051b558dd22246ac72cccf428e4d4f6b4c1992d2.tar.gz |
2008-04-08 Thomas Quinot <quinot@adacore.com>
* g-expect-vms.adb, a-textio.adb, a-witeio.adb, exp_dbug.adb,
g-expect.adb, g-locfil.adb, gnatchop.adb, gnatdll.adb, gnatlbr.adb,
gnatmem.adb, g-regist.adb, i-vxwork.ads, mlib-utl.adb, i-vxwork-x86.ads,
a-ztexio.adb, g-enblsp-vms-alpha.adb, g-enblsp-vms-ia64.adb,
s-os_lib.adb, s-regpat.adb, s-regpat.ads: Fix incorrect casing of
ASCII.NUL throughout.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134008 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/i-vxwork.ads')
-rw-r--r-- | gcc/ada/i-vxwork.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/i-vxwork.ads b/gcc/ada/i-vxwork.ads index ffb28ae8211..902f9e7ea35 100644 --- a/gcc/ada/i-vxwork.ads +++ b/gcc/ada/i-vxwork.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1999-2007, AdaCore -- +-- Copyright (C) 1999-2008, AdaCore -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -80,7 +80,7 @@ package Interfaces.VxWorks is -- S : STATUS; -- begin -- Count := Count + 1; - -- logMsg ("received an interrupt" & ASCII.LF & ASCII.Nul); + -- logMsg ("received an interrupt" & ASCII.LF & ASCII.NUL); -- -- -- Acknowledge VME interrupt -- S := sysBusIntAck (intLevel => Level); |