Skip to content

Commit

Permalink
added finished flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gk646 committed Apr 5, 2024
1 parent 5feaf18 commit b73e582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cxstructs/StackArray.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#define CX_FINISHED
#ifndef CXSTRUCTS_SRC_CXSTRUCTS_STACKARRAY_H_
#define CXSTRUCTS_SRC_CXSTRUCTS_STACKARRAY_H_

Expand Down
2 changes: 1 addition & 1 deletion src/cxstructs/StackHashMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#define CX_FINISHED
#ifndef CXSTRUCTS_SRC_CXSTRUCTS_STACKHASHMAP_H_
#define CXSTRUCTS_SRC_CXSTRUCTS_STACKHASHMAP_H_

Expand Down

0 comments on commit b73e582

Please sign in to comment.