// ============================================================ // // fastExp.h // // Copyright 2002, Dennis Meilicke and Rene Peralta // // ============================================================ // // Description: // // Backward compatibility. Originally, the definition of the // FastExp function was in this header file. This would cause // "multiple definition" errors if this header was #included // in more than one .o file of a project. The FastExp // implementation has been moved to its own .o file, as it // should have been in the first place. // // ============================================================ #warning is an obsolete header. Please remove any \ references to it from your projects.