X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=avr-asm-macros.S;h=afaf78ce1905b360abb9d9227bf4d1940f1fcdb5;hp=63f9303519f69172b1b180dbcff2f471b8081978;hb=e9e07569721b9e005d6b602e26a03e930e796577;hpb=f18cfec99ce8caf8878a2d87acc69986e08bf788 diff --git a/avr-asm-macros.S b/avr-asm-macros.S index 63f9303..afaf78c 100644 --- a/avr-asm-macros.S +++ b/avr-asm-macros.S @@ -1,7 +1,7 @@ /* avr-asm-macros.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) 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 @@ -26,8 +26,11 @@ * */ +//#ifndef AVR_ASM_MACROS__S__ +//#define AVR_ASM_MACROS__S__ +.nolist #include - +.list /******************************************************************************* * MACRO SECTION * *******************************************************************************/ @@ -144,4 +147,5 @@ *******************************************************************************/ +//#endif /* AVR_ASM_MACROS__S__ */