Finished update to universal header 3.4.2.
diff --git a/Lib/plat-mac/Carbon/OSAconst.py b/Lib/plat-mac/Carbon/OSAconst.py
index c6d4851..ccce00a 100644
--- a/Lib/plat-mac/Carbon/OSAconst.py
+++ b/Lib/plat-mac/Carbon/OSAconst.py
@@ -81,6 +81,7 @@
 kOSADebuggerSetVariable = 0x0909
 kOSADebuggerGetPreviousCallFrame = 0x090A
 kOSADebuggerDisposeCallFrame = 0x090B
+kOSADebuggerCountVariables = 0x090C
 kOSASelectComponentSpecificStart = 0x1001
 kOSAModePreventGetSource = 0x00000001
 kOSAModeNeverInteract = kAENeverInteract
@@ -120,6 +121,9 @@
 eStepIn = 1
 eStepOut = 2
 eRun = 3
+eLocal = 0
+eGlobal = 1
+eProperties = 2
 keyProgramState = FOUR_CHAR_CODE('dsps')
 typeStatementRange = FOUR_CHAR_CODE('srng')
 keyProcedureName = FOUR_CHAR_CODE('dfnm')