Skip to content

Commit

Permalink
Fix typo for ifndef/define macro
Browse files Browse the repository at this point in the history
Signed-off-by: Pan Li <[email protected]>
  • Loading branch information
Incarnation-p-lee committed May 7, 2024
1 parent 39a3e1b commit 43fae3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/float/inf.sail
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
/*==========================================================================*/

$ifndef _FLOAT_NAN
$define _FLOAT_NAN
$ifndef _FLOAT_INF
$define _FLOAT_INF

$include <float/common.sail>

Expand Down

0 comments on commit 43fae3a

Please sign in to comment.