Skip to content

Commit

Permalink
Fixed Doxygen warning (which required modifying last fix).
Browse files Browse the repository at this point in the history
  • Loading branch information
Franklin Pierce Johnston committed Feb 21, 2022
1 parent 6a50420 commit e9e4c83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/teco.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,11 @@ typedef unsigned char uchar; ///< Unsigned character shortcut
// as long as the definitions are identical, it shouldn't cause an error.
//

typedef unsigned long ulong; //lint !e761
//lint -save -e761

typedef unsigned long ulong; ///< Unsigned long shortcut

//lint -restore

/// @def isdelim(c)
/// @brief Check character to see if it's a line delimiter.
Expand Down

0 comments on commit e9e4c83

Please sign in to comment.