]> git.gag.com Git - fw/sdcc/commitdiff
* as/xa51/xa_link.c,
authormaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 2 Sep 2004 11:49:18 +0000 (11:49 +0000)
committermaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 2 Sep 2004 11:49:18 +0000 (11:49 +0000)
* device/examples/ds390/ow390/ad26.c,
* device/examples/ds390/ow390/cnt1d.c,
* device/examples/ds390/ow390/counter.c,
* device/examples/ds390/ow390/ds2480.h,
* device/examples/ds390/ow390/ds2480ut.c,
* device/examples/ds390/ow390/findtype.c,
* device/examples/ds390/ow390/gethumd.c,
* device/examples/ds390/ow390/owllu.c,
* device/examples/ds390/ow390/ownetu.c,
* device/examples/ds390/ow390/swt12.c,
* device/examples/ds390/ow390/swtloop.c,
* device/examples/ds390/ow390/temp.c,
* device/examples/ds390/ow390/temp10.c,
* device/examples/ds390/ow390/thermo21.c,
* device/examples/ds390/ow390/tinilnk.c,
* device/examples/ds390/ow390/tstfind.c,
* device/examples/serialcomm/windows/serial.cpp,
* device/examples/serialcomm/windows/test_serialcomm.cpp,
* device/include/reg51.h: fixed line endings for cvs

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3471 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/include/reg51.h

index 32184368304804e172b18ec5011d2158a61b4a26..3690abd183902d300a31978858b25788906bf3b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/xa51/xa_link.c,
+       * device/examples/ds390/ow390/ad26.c,
+       * device/examples/ds390/ow390/cnt1d.c,
+       * device/examples/ds390/ow390/counter.c,
+       * device/examples/ds390/ow390/ds2480.h,
+       * device/examples/ds390/ow390/ds2480ut.c,
+       * device/examples/ds390/ow390/findtype.c,
+       * device/examples/ds390/ow390/gethumd.c,
+       * device/examples/ds390/ow390/owllu.c,
+       * device/examples/ds390/ow390/ownetu.c,
+       * device/examples/ds390/ow390/swt12.c,
+       * device/examples/ds390/ow390/swtloop.c,
+       * device/examples/ds390/ow390/temp.c,
+       * device/examples/ds390/ow390/temp10.c,
+       * device/examples/ds390/ow390/thermo21.c,
+       * device/examples/ds390/ow390/tinilnk.c,
+       * device/examples/ds390/ow390/tstfind.c,
+       * device/examples/serialcomm/windows/serial.cpp,
+       * device/examples/serialcomm/windows/test_serialcomm.cpp,
+       * device/include/reg51.h: fixed line endings for cvs
+
 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
 
        * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
index 56ec02c300a688a71751a30e2f61d6e6e5382ba3..b32aab145dd0b56a8619ff86a186e80a0e9d7b18 100644 (file)
@@ -1,25 +1,25 @@
 /*-------------------------------------------------------------------------
-  Register Declarations for 8051 Processor    
-  
+  Register Declarations for 8051 Processor
+
    Written By -  Sandeep Dutta . sandeep.dutta@usa.net (1998)
 
    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, or (at your option) any
    later version.
-   
+
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
-   
+
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-   
+
    In other words, you are welcome to use, share and improve this program.
    You are forbidden to forbid anyone else to use, share and improve
-   what you give them.   Help stamp out software-hoarding!  
+   what you give them.   Help stamp out software-hoarding!
 -------------------------------------------------------------------------*/
 
 #ifndef REG51_H
@@ -81,7 +81,7 @@ sbit at 0xAA EX1  ;
 sbit at 0xA9 ET0  ;
 sbit at 0xA8 EX0  ;
 
-/*  IP   */ 
+/*  IP   */
 sbit at 0xBC PS   ;
 sbit at 0xBB PT1  ;
 sbit at 0xBA PX1  ;