Changeset 1018 for trunk/dll/seeall.c


Ignore:
Timestamp:
May 26, 2008, 9:34:56 PM (17 years ago)
Author:
Gregg Young
Message:

Additional fortify scopes mostly for "lists"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/seeall.c

    r1009 r1018  
    5858#include "notebook.h"                   // targetdirectory
    5959#include "fm3dll.h"
     60
     61#include "fortify.h"
    6062
    6163#pragma data_seg(DATA2)
     
    384386        {
    385387          LISTINFO *li;
    386 
     388# ifdef FORTIFY
     389  Fortify_EnterScope();
     390# endif
    387391          li = xmallocz(sizeof(LISTINFO), pszSrcFile, __LINE__);
    388392          if (li) {
Note: See TracChangeset for help on using the changeset viewer.