X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibst.h;h=45e88242c355a0560211247724dcfad30ca188b8;hb=09b372c3074a7cc339a61b2297583f2b9edefe86;hp=70daca0faed3a717802a189f15901ec84254f57e;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/libst.h b/src/libst.h index 70daca0..45e8824 100644 --- a/src/libst.h +++ b/src/libst.h @@ -12,6 +12,9 @@ /* Synched up with: Not in FSF. */ +#ifndef INCLUDED_libst_h_ +#define INCLUDED_libst_h_ + #define SAMPLES_PER_SECOND 8192 #define MINLIN -32768 @@ -65,3 +68,5 @@ static int ulaw_table[256] = { 244, 228, 212, 196, 180, 164, 148, 132, 120, 112, 104, 96, 88, 80, 72, 64, 56, 48, 40, 32, 24, 16, 8, 0 }; + +#endif /* INCLUDED_libst_h_ */