Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1656 → Rev 1657

/uspace/trunk/softfloat/generic/add.c
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include<sftypes.h>
#include<add.h>
#include<comparison.h>
250,3 → 256,7
}
 
 
 
/** @}
*/