Browse Source

rename include file wrapper, #ifndef CONST -> CONST_H

pre-master-46
rlar 16 years ago
parent
commit
5e64936a3f
  1. 4
      ChangeLog
  2. 6
      src/include/const.h

4
ChangeLog

@ -1,3 +1,7 @@
2010-09-08 Robert Larice
* src/include/const.h :
rename include file wrapper, #ifndef CONST -> CONST_H
2010-09-08 Robert Larice
* src/frontend/display.c ,
* src/include/ftedev.h :

6
src/include/const.h

@ -4,8 +4,8 @@ Author: 1985 Thomas L. Quarles
**********/
/*
*/
#ifndef CONST
#define CONST
#ifndef CONST_H
#define CONST_H
#define CHARGE (1.6021918e-19)
#define CONSTCtoK (273.15)
@ -20,4 +20,4 @@ Author: 1985 Thomas L. Quarles
extern double CONSTKoverQ;
extern double CONSTe;
#endif /*CONST*/
#endif
Loading…
Cancel
Save